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