Fixed broken table in search. Fixes #781

stable
Xavier Julián 2014-10-01 16:13:56 +02:00
parent 69c75bdad5
commit 4a1607ac16
1 changed files with 3 additions and 3 deletions

View File

@ -14,16 +14,16 @@
@include transition (background .2s ease-in); @include transition (background .2s ease-in);
} }
.user-stories { .user-stories {
@include table-flex-child(5, auto, 1); @include table-flex-child(5, 0, 1);
} }
.status, .status,
.points { .points {
@include table-flex-child(0, 100px, 0); @include table-flex-child(1, 100px, 0);
padding: 0 1rem; padding: 0 1rem;
text-align: center; text-align: center;
} }
.assigned-to { .assigned-to {
@include table-flex-child(1, 250px, 0, 250px); @include table-flex-child(1, 250px, 0);
} }
} }
.row-selected { .row-selected {