Skip to content
Snippets Groups Projects

Fixed avatar alignment in new MR view

Merged Phil Hughes requested to merge new-mr-avatar-alignment into master
1 file
+ 8
1
Compare changes
  • Side-by-side
  • Inline
@@ -264,8 +264,15 @@
@@ -264,8 +264,15 @@
margin-bottom: 4px;
margin-bottom: 4px;
}
}
 
.item-title {
 
@media (min-width: $screen-sm-min) {
 
width: 49%;
 
}
 
}
 
.avatar {
.avatar {
margin-left: 0;
left: 0;
 
top: 2px;
}
}
.commit-row-info {
.commit-row-info {
Loading