diff options
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
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; } |
