aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/plugins/logviewer/style.less
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/logviewer/style.less')
-rw-r--r--lib/plugins/logviewer/style.less10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/plugins/logviewer/style.less b/lib/plugins/logviewer/style.less
index f9c8b1d89..af78379c0 100644
--- a/lib/plugins/logviewer/style.less
+++ b/lib/plugins/logviewer/style.less
@@ -7,6 +7,12 @@
margin-bottom: 2em;
}
+ label {
+ display: block;
+ margin-top: -1em;
+ margin-bottom: 1em;
+ }
+
dl {
max-height: 80vh;
overflow: auto;
@@ -14,6 +20,10 @@
dt {
display: flex;
+ &.hidden {
+ display: none;
+ }
+
.datetime {
flex: 0 0 auto;
margin-right: 1em;