From 04108f32d5ecad3ce2f66a3ed271e93095381e60 Mon Sep 17 00:00:00 2001 From: Anthony Date: Mon, 28 Jun 2021 18:11:28 +0200 Subject: [PATCH] fix div being stretched by comment section --- ui/scss/component/_main.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/scss/component/_main.scss b/ui/scss/component/_main.scss index 15a0477ab..698fef3f2 100644 --- a/ui/scss/component/_main.scss +++ b/ui/scss/component/_main.scss @@ -87,6 +87,7 @@ > :first-child { flex: 1; + max-width: 100%; } @media (min-width: $breakpoint-medium) {