diff options
Diffstat (limited to 'www/templates/events.html')
| -rw-r--r-- | www/templates/events.html | 2 |
1 files changed, 1 insertions, 1 deletions
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'}"> |
