diff options
| author | Zog | 2018-05-03 16:42:28 +0200 |
|---|---|---|
| committer | Zog | 2018-05-03 16:42:28 +0200 |
| commit | 581dbb024db288dc70713af3c5b5052b453412a9 (patch) | |
| tree | e157880fe365b853659fa0fae95aef91d74ae756 /app/assets | |
| parent | db65c0ffc7ccc76a144689ec3db43fbc2e61ee82 (diff) | |
| download | chouette-core-6092-update-custom-fields.tar.bz2 | |
Refs #6092; Add specs on CustomlFields6092-update-custom-fields
- Show validation errors on fields
- Smarter attachments
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/stylesheets/components/_lists.sass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/assets/stylesheets/components/_lists.sass b/app/assets/stylesheets/components/_lists.sass index 3cce20021..f9b449541 100644 --- a/app/assets/stylesheets/components/_lists.sass +++ b/app/assets/stylesheets/components/_lists.sass @@ -30,6 +30,8 @@ $dlWidth: 40% // overflow: hidden vertical-align: top padding: 5px 15px 6px 15px + img + max-width: 100% // Definition term .dl-term @@ -58,4 +60,4 @@ $dlWidth: 40% ul list-style: none padding-left: 0 - margin-bottom: 0
\ No newline at end of file + margin-bottom: 0 |
