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:
commit
7a3ddc5214
1 changed files with 4 additions and 0 deletions
|
@ -109,6 +109,10 @@
|
|||
.avatar {
|
||||
float: none;
|
||||
}
|
||||
|
||||
> a:not(:last-of-type) {
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue