Fixed avatar alignment in new MR view

This commit is contained in:
Phil Hughes 2016-06-24 12:52:48 +01:00
parent 4477dc249e
commit 42e515ddd2
1 changed files with 8 additions and 1 deletions

View File

@ -264,8 +264,15 @@
margin-bottom: 4px;
}
.item-title {
@media (min-width: $screen-sm-min) {
width: 49%;
}
}
.avatar {
margin-left: 0;
left: 0;
top: 2px;
}
.commit-row-info {