Remove bottom border from issuable titles

This commit is contained in:
Alfredo Sumaran 2016-12-30 05:07:45 -05:00
parent b0765d244f
commit 8a3cf4a933

View file

@ -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;