Skip to content
Snippets Groups Projects
Commit df49492f authored by Robert Speicher's avatar Robert Speicher
Browse files

Merge branch 'compare-avatar-alignment' into 'master'

Fix commit avatar alignment in compare view

Closes #19567 

See merge request !5128
parents e90a9b01 b8c521fa
No related branches found
No related tags found
1 merge request!5128Fix commit avatar alignment in compare view
Pipeline #
Loading
Loading
@@ -175,6 +175,12 @@ ul.content-list {
 
.panel > .content-list > li {
padding: $gl-padding-top $gl-padding;
&.commit {
@media (min-width: $screen-sm-min) {
padding-left: 46px + $gl-padding;
}
}
}
 
ul.controls {
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