From b8e389e8640385fc4bb71646f53501f124cd5e72 Mon Sep 17 00:00:00 2001 From: Winnie Hellmann Date: Wed, 6 Sep 2017 10:50:43 +0200 Subject: [PATCH] Remove top margin from .control-label --- app/assets/stylesheets/framework/forms.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/framework/forms.scss b/app/assets/stylesheets/framework/forms.scss index be96c8ee964..df09af652a7 100644 --- a/app/assets/stylesheets/framework/forms.scss +++ b/app/assets/stylesheets/framework/forms.scss @@ -38,6 +38,8 @@ label { .control-label { @extend .col-sm-2; + + margin-top: 0; } .inline-input-group {