Merge pull request #5791 from McGiverGim/fix_td_align

luci-material-theme: align td text width 33%
This commit is contained in:
Jo-Philipp Wich 2022-04-30 15:35:06 +02:00 committed by GitHub
commit 0a8bf7583e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,8 @@
background: inherit; background: inherit;
} }
.td[width="33%"] { .td[width="33%"],
.td[width="33%"]~.td {
padding: 1.1em; padding: 1.1em;
} }