Commit b561b167 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'fix-double-line-issuable-page' into 'master'

Remove bottom border from Issuable titles

See merge request !8278
parents c59dfad9 8a3cf4a9
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment