diff options
| author | Zog | 2018-05-17 16:18:23 +0200 |
|---|---|---|
| committer | Zog | 2018-05-17 16:18:23 +0200 |
| commit | 7852fb8e6d5b9c4f13615ad1cd8a1f26dcd35da7 (patch) | |
| tree | 9bed1720144b7a332ff4e39b9a6a0681b3bed691 | |
| parent | d1963bdd52c1d0fdc23606cd21e79b1f4fc9dc82 (diff) | |
| download | chouette-core-7852fb8e6d5b9c4f13615ad1cd8a1f26dcd35da7.tar.bz2 | |
Refs #7031; Css fixes (safe)
| -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 |
