summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-06-05 15:10:32 +0000
committerFilipa Lacerda <filipa@gitlab.com>2018-06-05 16:20:05 +0100
commite89fdd8e9bc6b30f835e9e11be493fc68d5ae55e (patch)
treef3e94ca9540e64cb7421185b49e07771f87f1b07
parentda5de00c3bbd00432ef4d2a2577d0c2a0e90a1b9 (diff)
downloadgitlab-ce-e89fdd8e9bc6b30f835e9e11be493fc68d5ae55e.tar.gz
Merge branch 'fix-form-headers' into 'master'
Fix Missing bottom line and padding for form headers Closes #47277 See merge request gitlab-org/gitlab-ce!19410
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index 15c80a93707..fc4a4250acc 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -24,6 +24,11 @@ html {
font-size: 14px;
}
+legend {
+ border-bottom: 1px solid $border-color;
+ margin-bottom: 20px;
+}
+
button,
html [type="button"],
[type="reset"],