From 6905004bde0c3f1aeab7f4e09d34b3daef4d4e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Farka?= <stepanfarka11@gmail.com> Date: Wed, 8 Jun 2022 13:10:25 +0200 Subject: [PATCH] [FIX] clear content-block --- shared/static/shared/css/helpers.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shared/static/shared/css/helpers.css b/shared/static/shared/css/helpers.css index fb46e09f..ed5cbd09 100644 --- a/shared/static/shared/css/helpers.css +++ b/shared/static/shared/css/helpers.css @@ -35,3 +35,7 @@ table caption { .youtube-poster:hover i { color: white; } + +.content-block { + clear: both; +} -- GitLab