diff options
author | Jo-Philipp Wich <jo@mein.io> | 2021-12-01 15:09:11 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2021-12-01 15:09:44 +0100 |
commit | 1a9afa2a90e823b0fbd0fc0ca3f64d7ed5f8aedb (patch) | |
tree | 34877160454a5bfa7a02b4400f7506f51f265f1e /themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | |
parent | 2ab61de69c5909ab8af2c0dcdd9bc2f49f33384f (diff) |
luci-theme-bootstrap: add bottom margin to log views
Prevent the log output textareas to touch the footer border.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css')
-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 3cc254bede..c3b99ed5bd 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1959,6 +1959,7 @@ form.inline { display: inline; margin-bottom: 0; } #syslog { width: 100%; color: var(--text-color-highest); + margin-bottom: 18px; } .cbi-section-table .tr:hover .td, |