fix issue subject overflow

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

View File

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