diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-07-05 07:25:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-05 07:25:36 +0200 |
commit | 69733472570cc718b18130f819013bc8867261dc (patch) | |
tree | 97d11bf5fb070aa8146c511c43aa4cdc14cb8d61 /themes/luci-theme-material | |
parent | f56a6df49c9129f8d0b5451e9a8aca0315aba488 (diff) | |
parent | 5d26fec0bf3701f5a0b875bacd0b2f3898449e96 (diff) |
Merge pull request #2804 from tano-systems/pr/bootstrap-dashboard-fix
Fix a overview page style issue for various themes
Diffstat (limited to 'themes/luci-theme-material')
-rw-r--r-- | themes/luci-theme-material/htdocs/luci-static/material/cascade.css | 1 |
1 files changed, 1 insertions, 0 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 8a41e8c0cf..d74077853a 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -1776,6 +1776,7 @@ td > .ifacebadge, .network-status-table .ifacebox-body > span { flex: 10 10 auto; + height: 100%; } .network-status-table .ifacebox-body > div { |