summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-06-11 15:26:57 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-06-11 15:26:57 -0700
commit706d0435038341c33d13b82cc74485956563e72f (patch)
tree697be2b69e5419a8eca9342a1a24edff29652c48
parentbff5c525eee06e368f92ed538f44c2847f0a8eb2 (diff)
downloadgitlab-ce-706d0435038341c33d13b82cc74485956563e72f.tar.gz
Remove top padding from .col-form-label47265-inputs-labels-alignment
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss1
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) {