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:
parent
2ab61de69c
commit
1a9afa2a90
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue