diff options
| author | Zog | 2018-05-04 16:42:53 +0200 |
|---|---|---|
| committer | Zog | 2018-05-04 16:42:53 +0200 |
| commit | 464b3ce20ecaf3c5e1a5cca6194b91b7eb920325 (patch) | |
| tree | bafed27c7c3dd220338e90551a668ab15421c2c4 | |
| parent | 08aa082e941db7e23d91edb8e48bead2b72e9fe3 (diff) | |
| download | chouette-core-464b3ce20ecaf3c5e1a5cca6194b91b7eb920325.tar.bz2 | |
Refs #6923; Some css sugar
| -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 |
