diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-06-11 15:26:57 -0700 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-06-11 15:26:57 -0700 |
commit | 706d0435038341c33d13b82cc74485956563e72f (patch) | |
tree | 697be2b69e5419a8eca9342a1a24edff29652c48 | |
parent | bff5c525eee06e368f92ed538f44c2847f0a8eb2 (diff) | |
download | gitlab-ce-47265-inputs-labels-alignment.tar.gz |
Remove top padding from .col-form-label47265-inputs-labels-alignment
-rw-r--r-- | app/assets/stylesheets/bootstrap_migration.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss index 88d6bae349a..810ed5bb0a6 100644 --- a/app/assets/stylesheets/bootstrap_migration.scss +++ b/app/assets/stylesheets/bootstrap_migration.scss @@ -94,6 +94,7 @@ hr { } .form-group.row .col-form-label { + padding-top: 0; // Bootstrap 4 aligns labels to the left // for horizontal forms @include media-breakpoint-up(md) { |