aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjpl2017-06-28 13:52:01 +0200
committerjpl2017-06-28 13:52:01 +0200
commit2d5b25a46fdb45dd4bd50a075cf0567c77103dbd (patch)
tree4c18299cad5f70fcb2966b850d175a24c910b988
parent5aae96793b28d083b16d5188068106eeb34e6071 (diff)
downloadchouette-core-2d5b25a46fdb45dd4bd50a075cf0567c77103dbd.tar.bz2
Refs #3853: fix empty line on t2e-item-list th
-rw-r--r--app/assets/stylesheets/components/_tables.sass3
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