mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
Increase max-height for modal
so we can display more members without using scrollbars
This commit is contained in:
parent
bbd4a1a838
commit
ee7459025d
1 changed files with 4 additions and 0 deletions
|
@ -189,6 +189,10 @@ tr.payer_line .balance-name{
|
|||
position: absolute;
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
max-height:455px;
|
||||
}
|
||||
|
||||
/* Fluid Offsets for Boostrap */
|
||||
|
||||
.row-fluid > [class*="span"]:not([class*="offset"]):first-child{margin-left:0;}
|
||||
|
|
Loading…
Reference in a new issue