Skip to content
Snippets Groups Projects
Commit f74ad6d3 authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

Merge branch 'fix-css-notif-button' into 'develop'

Fix white line below buttons in notifications

See merge request !153
parents 0584272c 764331c8
No related branches found
No related tags found
No related merge requests found
......@@ -129,8 +129,11 @@
word-break: break-word;
border-left-width: 0px;
line-height: 18px;
border-bottom: 1px solid;
border-bottom-color: inherit;
.timeline & {
border-bottom-width: 1px;
border-bottom-style: solid;
}
.notify {
.avatar {
......
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