From 1390f78fad4adea8f0a3e3cc06c56b94f236f753 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 (cherry picked from commit 1a9afa2a90e823b0fbd0fc0ca3f64d7ed5f8aedb) --- .../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 5aae3afcaa..9b42b4c1a0 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1958,6 +1958,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,