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 ++++++ 1 file changed, 6 insertions(+) (limited to 'www/css') 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; } -- cgit v1.2.3