diff options
author | MartB <mart.b@outlook.de> | 2019-12-10 17:25:41 +0100 |
---|---|---|
committer | MartB <mart.b@outlook.de> | 2019-12-10 17:26:10 +0100 |
commit | c6122af7ea9918439abc20c32603197045259b27 (patch) | |
tree | 60cdafe14e88898a9c22da2758d3766d840a6e55 /themes/luci-theme-material/htdocs/luci-static/material/cascade.css | |
parent | d87169c0f60f9e7c1f8a61b2809473802093ff31 (diff) |
luci-theme-*: remove modal max-height #3383 v2
Signed-off-by: MartB <mart.b@outlook.de>
Diffstat (limited to 'themes/luci-theme-material/htdocs/luci-static/material/cascade.css')
-rw-r--r-- | themes/luci-theme-material/htdocs/luci-static/material/cascade.css | 1 |
1 files changed, 0 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 1d78edf0cf..40ff001b95 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -1608,7 +1608,6 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child { min-width: 270px; max-width: 600px; min-height: 32px; - max-height: 2400px; margin: 5em auto; padding: 1em; border-radius: 3px !important; |