From 15f10052f671248d3596f96bffecb6d9fe766f9b Mon Sep 17 00:00:00 2001 From: Martyn Whitwell Date: Wed, 11 Dec 2024 15:29:53 +0000 Subject: [PATCH] Revert "Fixes issue with wrapping on section containers that cause the content to overlap the footer at certain breakpoints (#4427)" This reverts commit 63debf4453b5b58be7a924c6e608b2df086e15f5. --- app/webpacker/styles/layout.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/webpacker/styles/layout.scss b/app/webpacker/styles/layout.scss index 5967b6fbd2..23b1b4a3d5 100644 --- a/app/webpacker/styles/layout.scss +++ b/app/webpacker/styles/layout.scss @@ -68,6 +68,7 @@ body { section.container { display: flex; flex-grow: 0; + flex-wrap: wrap; flex-direction: column; margin: 1em 0;