sum cell width bug fix

This commit is contained in:
Ricsi
2017-02-17 22:04:24 +01:00
parent 5861096dbf
commit d4978f49f6

View File

@@ -158,7 +158,7 @@ td.create a {
} }
.list_item table.money td.sum { .list_item table.money td.sum {
width: unset; width: 1%;
text-align: right; text-align: right;
white-space: nowrap; white-space: nowrap;
} }