Merge pull request #283 from taigaio/bug/1993/backlog-width-inconsistency

fix US name shrink
stable
Alejandro 2015-01-27 11:53:23 +01:00
commit 2bbd05d5f5
1 changed files with 2 additions and 1 deletions

View File

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