From 706d0435038341c33d13b82cc74485956563e72f Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Mon, 11 Jun 2018 15:26:57 -0700 Subject: Remove top padding from .col-form-label --- app/assets/stylesheets/bootstrap_migration.scss | 1 + 1 file changed, 1 insertion(+) 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) { -- cgit v1.2.1