From c8c5821eb40dd314101456d715cb6be720a13187 Mon Sep 17 00:00:00 2001 From: William McKinnerney Date: Mon, 2 Dec 2024 22:41:22 -0600 Subject: [PATCH] Use correct event class --- src/app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/globals.css b/src/app/globals.css index 014d305..9a30be1 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -229,7 +229,7 @@ @apply !text-inherit; } -.toastui-calendar-template-time { +.toastui-calendar-event-time { @apply whitespace-normal break-words; }