Remove top padding from .col-form-label

This commit is contained in:
Annabel Dunstone Gray 2018-06-11 15:26:57 -07:00
parent bff5c525ee
commit 706d043503
No known key found for this signature in database
GPG key ID: 7C8C78A372AD7A2D

View file

@ -94,6 +94,7 @@ hr {
} }
.form-group.row .col-form-label { .form-group.row .col-form-label {
padding-top: 0;
// Bootstrap 4 aligns labels to the left // Bootstrap 4 aligns labels to the left
// for horizontal forms // for horizontal forms
@include media-breakpoint-up(md) { @include media-breakpoint-up(md) {