From 1a9afa2a90e823b0fbd0fc0ca3f64d7ed5f8aedb Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 1 Dec 2021 15:09:11 +0100 Subject: [PATCH] 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 --- .../htdocs/luci-static/bootstrap/cascade.css | 1 + 1 file changed, 1 insertion(+) 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, -- 2.30.2