From 4080e257ad35d3200b4c02742268095c617901f9 Mon Sep 17 00:00:00 2001 From: Zog Date: Tue, 22 May 2018 11:47:31 +0200 Subject: Refs #7031; Fix text overflow in stops name --- app/assets/stylesheets/modules/_vj_collection.sass | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/modules/_vj_collection.sass b/app/assets/stylesheets/modules/_vj_collection.sass index 818a9a6cc..b230991fb 100644 --- a/app/assets/stylesheets/modules/_vj_collection.sass +++ b/app/assets/stylesheets/modules/_vj_collection.sass @@ -308,6 +308,11 @@ .table-2entries > .t2e-head > .td > div > span::after bottom: -6px !important + .table-2entries > .t2e-head > .td > div > span + text-overflow: ellipsis + overflow: hidden + white-space: nowrap + .table.table-2entries .t2e-item-list .t2e-item background-color: #F9F9F9 -- cgit v1.2.3