1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00

Prevent dancing cells while hovering sidebar lines

Fix a regression introduced with BS4 update.
This commit is contained in:
Jocelyn Delalande 2017-02-09 16:41:19 +01:00
parent 8b96dcb257
commit 7d3ebe5378

View file

@ -203,6 +203,10 @@ tr.payer_line .balance-name{
color: white;
}
.balance.table {
table-layout: fixed;
}
#bill-form > fieldset {
margin-top: 10px;
}