fixes lineheight on official labels

This commit is contained in:
Alberto Garcia Cabeza
2017-01-09 17:16:17 +01:00
parent 2a3cbee96a
commit 428c539684

View File

@@ -331,7 +331,7 @@
margin-bottom: $line-height/2;
position: relative;
span {
span:not(.label) {
line-height: rem-calc(32); // Same as avatar height
}