diff options
author | Winnie Hellmann <winnie@gitlab.com> | 2017-09-06 10:50:43 +0200 |
---|---|---|
committer | Michael Kozono <mkozono@gmail.com> | 2017-09-06 12:07:21 -0700 |
commit | b8e389e8640385fc4bb71646f53501f124cd5e72 (patch) | |
tree | 5e4a5b5b27eda01d1546118e5af4e2fc20a5d3bf | |
parent | f03b90c6a370e15ed21f82df1501d5fc58b0f4ec (diff) | |
download | gitlab-ce-b8e389e8640385fc4bb71646f53501f124cd5e72.tar.gz |
Remove top margin from .control-label
-rw-r--r-- | app/assets/stylesheets/framework/forms.scss | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |