diff options
| -rw-r--r-- | app/assets/stylesheets/modules/_vj_collection.sass | 5 | 
1 files changed, 5 insertions, 0 deletions
| 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 | 
