From dfbcd3be0c7e15920b17145041fe7e49ea46fee7 Mon Sep 17 00:00:00 2001 From: Adam Wood <1017872+adamwoodnz@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:42:08 +1300 Subject: [PATCH] Three Column Layout: Stop main column shrinking on scroll See https://github.com/WordPress/wporg-mu-plugins/issues/611 --- .../wp-content/themes/wporg-parent-2021/sass/base/_layout.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/source/wp-content/themes/wporg-parent-2021/sass/base/_layout.scss b/source/wp-content/themes/wporg-parent-2021/sass/base/_layout.scss index 50101a44..201d1d6a 100644 --- a/source/wp-content/themes/wporg-parent-2021/sass/base/_layout.scss +++ b/source/wp-content/themes/wporg-parent-2021/sass/base/_layout.scss @@ -27,6 +27,7 @@ max-width: 100%; &.alignleft { + float: unset; margin-inline-end: 0 !important; }