Do no ellipsis Stories on backlog
parent
d64dc874a5
commit
a624532413
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue