mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 09:52:36 +02:00
Prevent dancing cells while hovering sidebar lines
Fix a regression introduced with BS4 update.
This commit is contained in:
parent
8b96dcb257
commit
7d3ebe5378
1 changed files with 4 additions and 0 deletions
|
@ -203,6 +203,10 @@ tr.payer_line .balance-name{
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.balance.table {
|
||||||
|
table-layout: fixed;
|
||||||
|
}
|
||||||
|
|
||||||
#bill-form > fieldset {
|
#bill-form > fieldset {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue