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-bootstrap | |
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-bootstrap')
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index 21a2291e5b..5b7baebdbd 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1985,6 +1985,7 @@ table table td, .network-status-table .ifacebox-body > span { flex: 10 10 auto; + height: 100%; } .network-status-table .ifacebox-body > div { |