From 27192c6dd879b5cf15c7c9d3b86ade5d63f8ec8f Mon Sep 17 00:00:00 2001 From: Adam Wood <1017872+adamwoodnz@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:29:19 +1200 Subject: [PATCH] Theme: Fix truncation of online workshop calendar entries Fixes https://github.com/WordPress/Learn/issues/2834 --- .../pub/wporg-learn-2024/src/style/_wporg-meeting-calendar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-content/themes/pub/wporg-learn-2024/src/style/_wporg-meeting-calendar.scss b/wp-content/themes/pub/wporg-learn-2024/src/style/_wporg-meeting-calendar.scss index 00b567c60..1ae5880fd 100644 --- a/wp-content/themes/pub/wporg-learn-2024/src/style/_wporg-meeting-calendar.scss +++ b/wp-content/themes/pub/wporg-learn-2024/src/style/_wporg-meeting-calendar.scss @@ -151,6 +151,7 @@ .wporg-meeting-calendar__cell-event-title { font-weight: 400; + white-space: unset; } }