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