Fixes long status name wrapping
parent
868f870721
commit
4999b79181
|
@ -32,8 +32,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.status {
|
.status {
|
||||||
flex-basis: 120px;
|
flex-grow: 1;
|
||||||
flex-grow: 0;
|
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
.points {
|
.points {
|
||||||
|
|
Loading…
Reference in New Issue