Remove top margin from .control-label

This commit is contained in:
Winnie Hellmann 2017-09-06 10:50:43 +02:00 committed by Michael Kozono
parent f03b90c6a3
commit b8e389e864
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ label {
.control-label {
@extend .col-sm-2;
margin-top: 0;
}
.inline-input-group {