fix assigned to issues overflow

stable
Juanfran 2015-01-30 07:50:01 +01:00 committed by Xavier Julián
parent b631aef22d
commit 5e4c64a7f0
1 changed files with 6 additions and 4 deletions

View File

@ -52,11 +52,9 @@
width: 75px;
}
.subject {
flex-basis: 300px;
flex-grow: 7;
flex-shrink: 0;
overflow: hidden;
padding-right: 1rem;
width: 100%;
a {
@include ellipsis(100%);
display: block;
@ -72,13 +70,17 @@
.assigned-field,
.created-field ,
.assigned-field {
flex-basis: 120px;
flex-basis: 140px;
flex-grow: 1;
flex-shrink: 0;
padding: 0 1rem;
position: relative;
text-align: left;
}
.assigned-field {
flex: 0 0 160px;
max-width: 160px;
}
.issue-assignedto {
cursor: pointer;
position: relative;