mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-01 02:32:23 +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;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal-body {
|
||||||
|
max-height:455px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Fluid Offsets for Boostrap */
|
/* Fluid Offsets for Boostrap */
|
||||||
|
|
||||||
.row-fluid > [class*="span"]:not([class*="offset"]):first-child{margin-left:0;}
|
.row-fluid > [class*="span"]:not([class*="offset"]):first-child{margin-left:0;}
|
||||||
|
|
Loading…
Reference in a new issue