Skip to content
Snippets Groups Projects
Commit d0fc2fe2 authored by Jacob Schatz's avatar Jacob Schatz
Browse files

border bottom for last comment fixes double line issue

parent 2309f339
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
}
 
Loading
Loading
Loading
Loading
@@ -128,7 +128,7 @@ ul.notes {
}
 
&:last-child {
border-bottom: none;
border-bottom: 1px solid $border-color;
}
}
}
Loading
Loading
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