Set the line-height of the labels

So that their heights are fixed
This commit is contained in:
gregoirenovel 2017-10-17 17:53:25 +02:00
parent 7899d2b1e9
commit 1a4cef818d

View file

@ -9,6 +9,7 @@
color: #FFFFFF; color: #FFFFFF;
border-radius: 4px; border-radius: 4px;
font-size: 12px; font-size: 12px;
line-height: 18px;
&.instruction { &.instruction {
background-color: #FFFFFF; background-color: #FFFFFF;