summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-06-11 13:24:57 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-06-11 13:24:57 -0700
commitd5a81831d35a3218c66385f76b6af5d6604d65f1 (patch)
treee4b37788f62521ed7d6a2c9ff8e6ed6b1e32f048
parent6d0bd187da683e50a4598ce470aac2521614bb04 (diff)
downloadgitlab-ce-d5a81831d35a3218c66385f76b6af5d6604d65f1.tar.gz
Hide overflow on hr
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index 9f6716a6735..dccfa0266b3 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -89,6 +89,10 @@ a {
color: $gl-link-color;
}
+hr {
+ overflow: hidden;
+}
+
.form-group.row .col-form-label {
// Bootstrap 4 aligns labels to the left
// for horizontal forms