From: Jo-Philipp Wich Date: Wed, 1 Dec 2021 14:09:11 +0000 (+0100) Subject: luci-theme-bootstrap: add bottom margin to log views X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1a9afa2a90e823b0fbd0fc0ca3f64d7ed5f8aedb;p=openwrt-luci.git 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 --- 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,