From b5022e8b4285987a92f4056151a670fbd8026d32 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Thu, 29 Jun 2023 21:08:05 +1000 Subject: [PATCH] Improve the time display on schedule --- static/src/scss/app.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/src/scss/app.scss b/static/src/scss/app.scss index 7c32ac20..8afa51db 100644 --- a/static/src/scss/app.scss +++ b/static/src/scss/app.scss @@ -102,6 +102,10 @@ h3, .h3 { } } +.calendar th.time { + white-space: nowrap; +} + /* END LCA BRAND */ .messagelist {