Remove bottom border from issuable titles
This commit is contained in:
parent
b0765d244f
commit
8a3cf4a933
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue