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:
authorFilipa Lacerda <filipa@gitlab.com>2018-06-05 18:10:32 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-06-05 18:10:32 +0300
commit4deded6ef2f620dfb44cf4f079a78b245f69b3f0 (patch)
treefa51de2dd12575aefe7c47b3a8515ef893cb7fc9 /app/assets/stylesheets/bootstrap_migration.scss
parent5e84f7526914c58573e241d119f94a0d4b087ffa (diff)
parent84dc706c3e9e782103908dfe70b482e261944600 (diff)
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
Diffstat (limited to 'app/assets/stylesheets/bootstrap_migration.scss')
-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"],