Fixes long status name wrapping

stable
xaviju 2017-01-25 10:08:10 +01:00
parent 868f870721
commit 4999b79181
1 changed files with 1 additions and 2 deletions

View File

@ -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 {