Skip to content
Snippets Groups Projects
Commit d3698271 authored by Winnie Hellmann's avatar Winnie Hellmann
Browse files

Fix alignment of tree symbols in merge requests

parent e20eb712
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -520,17 +520,13 @@
position: absolute;
border-top: 2px solid $border-color;
height: 1px;
top: 8px;
top: 9px;
width: 8px;
left: 0;
}
 
&:last-child {
margin-bottom: 0;
&::before {
top: 14px;
}
}
}
 
Loading
Loading
@@ -539,7 +535,7 @@
width: 2px;
background: $border-color;
position: absolute;
top: -5px;
top: -9px;
}
}
 
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