Merge pull request #5791 from McGiverGim/fix_td_align
luci-material-theme: align td text width 33%
This commit is contained in:
commit
0a8bf7583e
1 changed files with 2 additions and 1 deletions
|
@ -76,7 +76,8 @@
|
|||
background: inherit;
|
||||
}
|
||||
|
||||
.td[width="33%"] {
|
||||
.td[width="33%"],
|
||||
.td[width="33%"]~.td {
|
||||
padding: 1.1em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue