From c98aafa494b4baff292b23075d90f1af9f5583d8 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 10 Sep 2020 19:09:25 -0400 Subject: don't wrap text in events text --- www/css/style.css | 6 ++++++ www/templates/events.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/css/style.css b/www/css/style.css index c7670e58..20668e7f 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -564,6 +564,12 @@ http://www.cssportal.com/tryit/index.php?file=blog/css-notification-badge */ opacity: 0.5; } +.events-list-text { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + .popup80 .popup { width: 80% !important; } diff --git a/www/templates/events.html b/www/templates/events.html index 77605e8d..75a71c26 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -51,7 +51,7 @@
-
+
-- cgit v1.2.3