Skip to content
Snippets Groups Projects
Commit 8a3cf4a9 authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

Remove bottom border from issuable titles

parent b0765d24
No related branches found
No related tags found
1 merge request!8278Remove bottom border from Issuable titles
Pipeline #
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment