summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-03 14:57:40 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-03 14:57:40 +0000
commitb561b167a7ae157fffb269194adb184477f3317e (patch)
tree829911bd89b411a409f6c8ec2369b9b6ac35a431
parentc59dfad9ff8b03eb223093ef5f8dc673b48852fd (diff)
parent8a3cf4a93320485fc95d4d6603d5600db8226ab3 (diff)
downloadgitlab-ce-b561b167a7ae157fffb269194adb184477f3317e.tar.gz
Merge branch 'fix-double-line-issuable-page' into 'master'
Remove bottom border from Issuable titles See merge request !8278
-rw-r--r--app/assets/stylesheets/pages/issuable.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index 6b4d1f85564..42a3f5baed9 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -5,6 +5,12 @@
}
}
+ .title {
+ padding: 0;
+ margin: 0;
+ border-bottom: none;
+ }
+
// Border around images in issue and MR descriptions.
.description img:not(.emoji) {
border: 1px solid $white-normal;