diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/css/style.css | 6 | ||||
| -rw-r--r-- | www/templates/events.html | 2 |
2 files changed, 7 insertions, 1 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; } 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 @@ </span> <div class="row" style="font-size:80%; color:rgb(110,110,110)"> - <div class="col item-text-wrap"> <!-- data --> + <div class="col events-list-text"> <!-- data --> <!-- this ngswitch displays different icons depending on the cause of the event --> <span ng-switch on="event.Event.Cause" ng-class="::{'largeThumbsSpan': thumbClass=='large', 'smallThumbsSpan': thumbClass=='small'}"> |
