[backport] fix issue subject overflow

stable
Juanfran 2015-01-29 14:53:07 +01:00
parent a45943f38c
commit b54e871363
1 changed files with 3 additions and 6 deletions

View File

@ -55,20 +55,17 @@
flex-basis: 300px;
flex-grow: 7;
flex-shrink: 0;
overflow: hidden;
padding-right: 1rem;
a {
white-space: nowrap;
@include ellipsis(100%);
display: block;
}
span {
vertical-align: middle;
&:first-child {
margin-right: .5rem;
}
&:last-child {
@include ellipsis(100%);
display: inline-block;
padding-right: 2rem;
}
}
}
.issue-field,