Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2018-09-21 20:55:14 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-09-21 20:55:14 +0300
commit911341153e1e1ae6cc661fa793c065cbdf3235d5 (patch)
tree95dd977e2cb6166f0669967e78e27ac6add864ee /app/assets/stylesheets/bootstrap_migration.scss
parentb7dfe76ea49221bceddc251331de7825934610d4 (diff)
Align form labels following Bootstrap 4 docs
Diffstat (limited to 'app/assets/stylesheets/bootstrap_migration.scss')
-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) {