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>
(cherry picked from commit 1a9afa2a90)
This commit is contained in:
Jo-Philipp Wich 2021-12-01 15:09:11 +01:00
parent 2cc139ce6a
commit 1390f78fad

View file

@ -1958,6 +1958,7 @@ form.inline { display: inline; margin-bottom: 0; }
#syslog { #syslog {
width: 100%; width: 100%;
color: var(--text-color-highest); color: var(--text-color-highest);
margin-bottom: 18px;
} }
.cbi-section-table .tr:hover .td, .cbi-section-table .tr:hover .td,