diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-01-03 14:57:40 +0000 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-01-03 14:57:40 +0000 |
commit | b561b167a7ae157fffb269194adb184477f3317e (patch) | |
tree | 829911bd89b411a409f6c8ec2369b9b6ac35a431 /app/assets | |
parent | c59dfad9ff8b03eb223093ef5f8dc673b48852fd (diff) | |
parent | 8a3cf4a93320485fc95d4d6603d5600db8226ab3 (diff) | |
download | gitlab-ce-b561b167a7ae157fffb269194adb184477f3317e.tar.gz |
Merge branch 'fix-double-line-issuable-page' into 'master'
Remove bottom border from Issuable titles
See merge request !8278
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/pages/issuable.scss | 6 |
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; |