Commit 4e290454 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'double-border-on-no-comments' into 'master'

border bottom for last comment fixes double line issue

Since image uploading isn't working atm. Will upload screenshots when it works again. 
https://unsee.cc/mosapine/
Fixes #3955 

See merge request !2175
parents 16a79f56 d0fc2fe2
......@@ -79,7 +79,6 @@
padding: $gl-padding;
margin-left: -$gl-padding;
margin-right: -$gl-padding;
border-top: 1px solid $border-color;
margin-bottom: -$gl-padding;
}
......
......@@ -128,7 +128,7 @@ ul.notes {
}
&:last-child {
border-bottom: none;
border-bottom: 1px solid $border-color;
}
}
}
......
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