From 241fe01c626faa3944d5028e9813b0abf6176bcc Mon Sep 17 00:00:00 2001 From: Spencer Dixon Date: Wed, 11 Dec 2024 12:16:25 +0000 Subject: [PATCH] Fixes issue with wrapping on section containers that cause the content to overlap the footer at certain breakpoints --- app/webpacker/styles/layout.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/webpacker/styles/layout.scss b/app/webpacker/styles/layout.scss index 23b1b4a3d5..5967b6fbd2 100644 --- a/app/webpacker/styles/layout.scss +++ b/app/webpacker/styles/layout.scss @@ -68,7 +68,6 @@ body { section.container { display: flex; flex-grow: 0; - flex-wrap: wrap; flex-direction: column; margin: 1em 0;