Remove top padding from .col-form-label
This commit is contained in:
parent
bff5c525ee
commit
706d043503
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue