+
+
diff --git a/source/wp-content/themes/wporg-showcase-2022/src/style/style.scss b/source/wp-content/themes/wporg-showcase-2022/src/style/style.scss
index 3fdeec88..93f1e9aa 100644
--- a/source/wp-content/themes/wporg-showcase-2022/src/style/style.scss
+++ b/source/wp-content/themes/wporg-showcase-2022/src/style/style.scss
@@ -65,6 +65,7 @@ a:where(:not(.wp-element-button)):focus-visible {
.wp-block-query .is-layout-grid {
.wp-block-post-title {
flex-shrink: 0;
+ max-width: 100%;
}
.wp-block-post-terms {
@@ -92,6 +93,15 @@ a:where(:not(.wp-element-button)):focus-visible {
}
}
+.wp-block-search {
+ max-width: 100%;
+}
+
+.wporg-query-filters {
+ overflow-y: scroll;
+ max-width: 100%;
+}
+
/* Page footer */
@media (max-width: 781px) {
.wp-block-columns.is-page-footer > .wp-block-column:first-child {