diff options
| author | jpl | 2017-06-28 13:52:01 +0200 | 
|---|---|---|
| committer | jpl | 2017-06-28 13:52:01 +0200 | 
| commit | 2d5b25a46fdb45dd4bd50a075cf0567c77103dbd (patch) | |
| tree | 4c18299cad5f70fcb2966b850d175a24c910b988 | |
| parent | 5aae96793b28d083b16d5188068106eeb34e6071 (diff) | |
| download | chouette-core-2d5b25a46fdb45dd4bd50a075cf0567c77103dbd.tar.bz2 | |
Refs #3853: fix empty line on t2e-item-list th
| -rw-r--r-- | app/assets/stylesheets/components/_tables.sass | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/app/assets/stylesheets/components/_tables.sass b/app/assets/stylesheets/components/_tables.sass index e3a33e131..20679a3ba 100644 --- a/app/assets/stylesheets/components/_tables.sass +++ b/app/assets/stylesheets/components/_tables.sass @@ -296,6 +296,9 @@          border-right: 1px solid rgba($grey, 0.5)        .th +        > div +          min-height: 19px +          > *:first-child            padding-right: 30px | 
