Commit 5836888e authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray Committed by Douglas Barbosa Alexandre

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

Remove bottom border from Issuable titles

See merge request !8278
parent 429774ef
......@@ -54,6 +54,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