Juanfran 2014-09-18 08:01:19 +02:00
parent 60e5840489
commit 8ccf7780fd
1 changed files with 4 additions and 2 deletions

View File

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