From 06e64c0532ed50e294eed3f351c682f20e245f7e Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 12 Sep 2020 07:39:11 -0400 Subject: #974 add ellipsis on notes truncation --- www/css/style.css | 1 + www/templates/events.html | 13 +++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'www') diff --git a/www/css/style.css b/www/css/style.css index 967744f6..43d59938 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -568,6 +568,7 @@ http://www.cssportal.com/tryit/index.php?file=blog/css-notification-badge */ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; + display: inline-block; } .popup80 .popup { diff --git a/www/templates/events.html b/www/templates/events.html index 9ee84344..c7df0812 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -48,16 +48,16 @@ ) - -
+ +
    {{prettifyDate(event.Event.StartTime)}}  {{tzAbbr}}   
- +
@@ -90,9 +90,9 @@ {{humanize(event.Event.Length)}}  
  {{event.Event.Name}} -
-   {{event.Event.Notes}} -
+ +
  {{event.Event.Notes}} +
@@ -106,6 +106,7 @@
+
-- cgit v1.2.3