Assigned to alignment

stable
Xavier Julián 2016-04-29 12:08:24 +02:00
parent d0dbb8b3e1
commit 6886be3ead
1 changed files with 5 additions and 7 deletions

View File

@ -56,7 +56,11 @@
margin: .2rem 0 .25rem;
}
.assigned-to-options {
display: inline-block;
align-content: center;
display: flex;
a {
margin-right: .2rem;
}
}
.user-assigned,
.assign-to-me {
@ -70,9 +74,6 @@
height: .75rem;
width: .75rem;
}
span {
@include ellipsis(80%);
}
}
}
.remove-user {
@ -102,8 +103,5 @@
.icon {
vertical-align: middle;
}
> span {
@include ellipsis(80%);
}
}
}