From f992f0a098620b3346fc418f2a8e3c66b02399f0 Mon Sep 17 00:00:00 2001 From: bouncepaw Date: Tue, 23 Feb 2021 14:15:25 +0500 Subject: [PATCH] Add clear: both to the subhyphae block --- templates/asset.qtpl.go | 2 +- templates/default.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/asset.qtpl.go b/templates/asset.qtpl.go index 7e951aa..cfecdf5 100644 --- a/templates/asset.qtpl.go +++ b/templates/asset.qtpl.go @@ -146,7 +146,7 @@ article pre.codeblock { padding:.5rem; white-space: pre-wrap; border-radius: .25 .binary-container_with-video video, .binary-container_with-audio audio {width: 100%} -.subhyphae__title { padding-bottom: .5rem; } +.subhyphae__title { padding-bottom: .5rem; clear: both; } .navi-title { padding-bottom: .5rem; margin: .25rem 0; } .navi-title a {text-decoration:none; } .navi-title__separator { margin: 0 .25rem; } diff --git a/templates/default.css b/templates/default.css index 31c7313..bc4f3e1 100644 --- a/templates/default.css +++ b/templates/default.css @@ -121,7 +121,7 @@ article pre.codeblock { padding:.5rem; white-space: pre-wrap; border-radius: .25 .binary-container_with-video video, .binary-container_with-audio audio {width: 100%} -.subhyphae__title { padding-bottom: .5rem; } +.subhyphae__title { padding-bottom: .5rem; clear: both; } .navi-title { padding-bottom: .5rem; margin: .25rem 0; } .navi-title a {text-decoration:none; } .navi-title__separator { margin: 0 .25rem; }