From a64b405a614ab3c2cc23441054cb290068a67969 Mon Sep 17 00:00:00 2001 From: Laurel Fulford Date: Fri, 25 Oct 2024 10:57:29 -0700 Subject: [PATCH] fix: add clear: both to global ads --- src/frontend/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/style.scss b/src/frontend/style.scss index ab6ddc9f..01e2de45 100644 --- a/src/frontend/style.scss +++ b/src/frontend/style.scss @@ -15,6 +15,7 @@ } .newspack_global_ad { + clear: both; max-width: 100%; flex: 1 1 auto; &.fixed-height {