diff options
| -rw-r--r-- | app/assets/stylesheets/modules/_vj_collection.sass | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/app/assets/stylesheets/modules/_vj_collection.sass b/app/assets/stylesheets/modules/_vj_collection.sass index 3a252bfc0..da61cc5e5 100644 --- a/app/assets/stylesheets/modules/_vj_collection.sass +++ b/app/assets/stylesheets/modules/_vj_collection.sass @@ -260,7 +260,8 @@              color: #777            .t2e-item-list .t2e-item              .th -              max-width: 100px +              min-width: 100px +              max-width: 150px                & > div                  text-overflow: ellipsis                  overflow: hidden | 
