diff options
| -rw-r--r-- | app/assets/stylesheets/modules/_vj_collection.sass | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/app/assets/stylesheets/modules/_vj_collection.sass b/app/assets/stylesheets/modules/_vj_collection.sass index 9bb19f75f..818a9a6cc 100644 --- a/app/assets/stylesheets/modules/_vj_collection.sass +++ b/app/assets/stylesheets/modules/_vj_collection.sass @@ -22,7 +22,7 @@            display: block            height: 100% -          > span +          > span:not(.small)              position: absolute              display: block              line-height: 1em @@ -268,9 +268,12 @@            margin-bottom: 0px            & > *              display: inline-block +          .t2e-item-list +            overflow: scroll              & > *                overflow: hidden                min-width: 0 +              max-width: none            &.open              margin-bottom: 40px | 
