1
0

Changed action column width

This commit is contained in:
cryptogopher
2019-11-02 23:59:19 +01:00
parent 020c4e30ea
commit fd24bced60
4 changed files with 4 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ table.nutrients.list td.quantity {text-align: left; border-bottom: none;}
table.nutrients.list td.space {border-top: none; border-bottom: none;}
table.nutrients.list td.value {border-top: none;}
table.list tr.ingredient.hidden {opacity: 0.4}
table.list td.action,
table.list td.name {white-space: nowrap;}
table.list td.action,
table.list td.value {text-align: right;}