From 1a4cef818d12d42c984c0d9b7635469984fc8c02 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Tue, 17 Oct 2017 17:53:25 +0200 Subject: [PATCH] Set the line-height of the labels So that their heights are fixed --- app/assets/stylesheets/new_design/labels.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/new_design/labels.scss b/app/assets/stylesheets/new_design/labels.scss index 5c9de758c..c61fdaba0 100644 --- a/app/assets/stylesheets/new_design/labels.scss +++ b/app/assets/stylesheets/new_design/labels.scss @@ -9,6 +9,7 @@ color: #FFFFFF; border-radius: 4px; font-size: 12px; + line-height: 18px; &.instruction { background-color: #FFFFFF;