summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-material/htdocs/luci-static
diff options
context:
space:
mode:
Diffstat (limited to 'themes/luci-theme-material/htdocs/luci-static')
-rw-r--r--themes/luci-theme-material/htdocs/luci-static/material/cascade.css11
1 files changed, 0 insertions, 11 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 b2eb0602eb..0e47c66129 100644
--- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css
+++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css
@@ -2474,19 +2474,8 @@ input[name="nslookup"] {
}
.commandbox code {
- position: absolute;
- overflow: hidden;
- max-width: 60%;
margin-left: 4px;
padding: 2px 3px;
- white-space: nowrap;
- text-overflow: ellipsis;
-}
-
-.commandbox code:hover {
- overflow-y: auto;
- max-height: 50px;
- white-space: normal;
}
.commandbox p:first-of-type {