Merge branch 'milestone-issuable-labels-spacing' into 'master'

Fixed spacing of labels in issuable row on milestone#show

See merge request !8563
This commit is contained in:
Annabel Dunstone Gray 2017-01-13 15:59:09 +00:00
commit 7a3ddc5214
1 changed files with 4 additions and 0 deletions

View File

@ -109,6 +109,10 @@
.avatar {
float: none;
}
> a:not(:last-of-type) {
margin-right: 5px;
}
}
}