From 9f519a73183828261d4a96d5c01a819c05133238 Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Tue, 19 Sep 2023 11:56:25 -0400 Subject: [PATCH] Site Grid: Allow tags to grow as long as the title will fit --- .../wp-content/themes/wporg-showcase-2022/src/style/style.scss | 1 - 1 file changed, 1 deletion(-) 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 2138d989..d8d53cd4 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 @@ -75,7 +75,6 @@ a:where(:not(.wp-element-button)):focus-visible { } .wp-block-post-terms { - max-width: 60%; padding-inline-start: 2px; overflow: hidden; white-space: nowrap;