summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-06-04 21:51:09 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-06-04 21:51:09 -0500
commit84dc706c3e9e782103908dfe70b482e261944600 (patch)
tree40eec19a278d5b09593b52a852a935dd6f1d38e7
parent5a855b28374b5422fd764d3bcabbf0577a3c4571 (diff)
downloadgitlab-ce-fix-form-headers.tar.gz
Fix form headersfix-form-headers
-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 e24f8b1d4e8..70f06964991 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"],