aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/zenserver/frontend/html/zen.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenserver/frontend/html/zen.css b/src/zenserver/frontend/html/zen.css
index 09d506ee0..5f7fa2a1b 100644
--- a/src/zenserver/frontend/html/zen.css
+++ b/src/zenserver/frontend/html/zen.css
@@ -73,6 +73,7 @@ h3 {
grid-template-columns: max-content repeat(calc(var(--zen_columns) - 1), 1fr);
border: 1px solid #aaa;
border-left-style: none;
+ margin-bottom: 1.2em;
}
.zen_table > .zen_row {