diff options
| author | Zog | 2018-01-11 13:05:14 +0100 |
|---|---|---|
| committer | Zog | 2018-01-11 13:05:14 +0100 |
| commit | 40546b58557a939ceb6f60c1dfc8ff14444e9d20 (patch) | |
| tree | d81a7e241261a0dcffd9d68486a51a812882efa8 | |
| parent | bc0097b6673de33ffb825acdf8758c211b781d24 (diff) | |
| download | chouette-core-40546b58557a939ceb6f60c1dfc8ff14444e9d20.tar.bz2 | |
Fix overflow on JP editor
| -rw-r--r-- | app/assets/stylesheets/modules/_jp_collection.sass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/assets/stylesheets/modules/_jp_collection.sass b/app/assets/stylesheets/modules/_jp_collection.sass index 14a6b9205..9d68a217f 100644 --- a/app/assets/stylesheets/modules/_jp_collection.sass +++ b/app/assets/stylesheets/modules/_jp_collection.sass @@ -102,11 +102,9 @@ .table-2entries .t2e-item-list - & > div - overflow: visible .td overflow: hidden - + .t2e-item position: relative |
