From d5a81831d35a3218c66385f76b6af5d6604d65f1 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Mon, 11 Jun 2018 13:24:57 -0700 Subject: Hide overflow on hr --- app/assets/stylesheets/bootstrap_migration.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/assets/stylesheets/bootstrap_migration.scss') 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 -- cgit v1.2.1