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>
This commit is contained in:
Jo-Philipp Wich 2021-12-01 15:09:11 +01:00
parent 2ab61de69c
commit 1a9afa2a90

View file

@ -1959,6 +1959,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,