diff options
| author | Zog | 2018-05-22 11:47:31 +0200 |
|---|---|---|
| committer | Zog | 2018-05-22 11:47:31 +0200 |
| commit | 4080e257ad35d3200b4c02742268095c617901f9 (patch) | |
| tree | 576c6c116cb7e38505f8ebe493cbebbcbf39c18d | |
| parent | a90a7cbf003ded70478eec6afdfee2581a06eaed (diff) | |
| download | chouette-core-4080e257ad35d3200b4c02742268095c617901f9.tar.bz2 | |
Refs #7031; Fix text overflow in stops name
| -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 |
