diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-04-30 15:35:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-30 15:35:06 +0200 |
commit | 0a8bf7583e7473f41ab640435c1771b44cf58c8e (patch) | |
tree | 3a23639f7a7f80986db0c41ecaea82263e9cd142 /themes/luci-theme-material/htdocs/luci-static/material | |
parent | 0a49bbe87f05fb43a7619d86761f98a1db68e5f5 (diff) | |
parent | 3333fd6695cbd2e7a6055f01542242a3b7c111ec (diff) |
Merge pull request #5791 from McGiverGim/fix_td_align
luci-material-theme: align td text width 33%
Diffstat (limited to 'themes/luci-theme-material/htdocs/luci-static/material')
-rw-r--r-- | themes/luci-theme-material/htdocs/luci-static/material/cascade.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index 51f75efca3..b194ff0d3b 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -76,7 +76,8 @@ background: inherit; } -.td[width="33%"] { +.td[width="33%"], +.td[width="33%"]~.td { padding: 1.1em; } |