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 {