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