summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorUser Mms <mms@voyager.local>2024-10-13 23:28:25 +0200
committerUser Mms <mms@voyager.local>2024-10-13 23:28:25 +0200
commit9a0b35a9f63efbe77042f638f4538060e7545212 (patch)
treeb45516f8e4ef522840f19e898135316ef260295c /themes
parent55a2a1b2f1321eb609136e01546125a324f7d6ef (diff)
fix: flow-root
Diffstat (limited to 'themes')
-rw-r--r--themes/24-unification/layouts/_default/baseof.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/24-unification/layouts/_default/baseof.html b/themes/24-unification/layouts/_default/baseof.html
index 0454bf5..1d7ce0d 100644
--- a/themes/24-unification/layouts/_default/baseof.html
+++ b/themes/24-unification/layouts/_default/baseof.html
@@ -229,7 +229,8 @@
background-color: var(--panel-color);
margin-bottom: 20px;
border: var(--cool-border);
-
+ display: flow-root;
+
h2 {
margin: 0;
padding-top: 10px;