summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2018-09-21 17:55:14 +0000
committerClement Ho <clemmakesapps@gmail.com>2018-09-21 17:55:14 +0000
commit911341153e1e1ae6cc661fa793c065cbdf3235d5 (patch)
tree95dd977e2cb6166f0669967e78e27ac6add864ee /app/assets
parentb7dfe76ea49221bceddc251331de7825934610d4 (diff)
downloadgitlab-ce-911341153e1e1ae6cc661fa793c065cbdf3235d5.tar.gz
Align form labels following Bootstrap 4 docs
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index c91f5e279ea..af73954bd2e 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -93,7 +93,6 @@ 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) {