Do no ellipsis Stories on backlog

stable
Xavier Julián 2015-12-22 15:59:43 +01:00
parent d64dc874a5
commit a624532413
1 changed files with 4 additions and 5 deletions

View File

@ -46,7 +46,7 @@
width: 100%;
}
.status {
flex-basis: 150px;
flex-basis: 100px;
flex-grow: 0;
flex-shrink: 0;
}
@ -190,10 +190,9 @@
@extend %light;
display: inline-block;
flex: 1;
max-width: 90%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
span {
line-height: 1.5;
}
}
.tags-block {