diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-12-25 17:58:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-25 17:58:06 +0100 |
commit | 185b84bc9d924780fd390bb3cfd69066c3044dfc (patch) | |
tree | d66b4982ce876f446b92e113c1822f88c85127a6 /themes/luci-theme-openwrt | |
parent | 9e4083fd75f671eb55f3a4e24cbd187374bd2da1 (diff) | |
parent | c6122af7ea9918439abc20c32603197045259b27 (diff) |
Merge pull request #3401 from MartB/modal-heightfixv2
luci-theme-*: remove modal max-height #3383 v2
Diffstat (limited to 'themes/luci-theme-openwrt')
-rw-r--r-- | themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css index fbe6b9e0b..a1b85f658 100644 --- a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -226,7 +226,6 @@ hr { background: #f5f5f5; border: 1px solid #000; padding: .5em .5em .25em .5em !important; - max-height: 2400px; min-width: 270px; color: #444; } |