fix US name shrink
parent
ddfcc741ee
commit
33125ef7b8
|
@ -23,12 +23,13 @@
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
.user-stories {
|
.user-stories {
|
||||||
|
overflow: hidden;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
}
|
}
|
||||||
.status {
|
.status {
|
||||||
flex-basis: 150px;
|
flex-basis: 150px;
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
.points {
|
.points {
|
||||||
flex-basis: 125px;
|
flex-basis: 125px;
|
||||||
|
|
Loading…
Reference in New Issue