From 5a999595f8e7dc3305af1a8970c7a618c5b2e99f Mon Sep 17 00:00:00 2001 From: Juanfran Date: Tue, 21 Oct 2014 13:28:27 +0200 Subject: [PATCH] fix #1411 --- app/styles/modules/backlog/backlog-table.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/styles/modules/backlog/backlog-table.scss b/app/styles/modules/backlog/backlog-table.scss index 90bc279c..6d4a653e 100644 --- a/app/styles/modules/backlog/backlog-table.scss +++ b/app/styles/modules/backlog/backlog-table.scss @@ -23,7 +23,7 @@ background: transparent; } .user-stories { - @include table-flex-child(20, 365px, 0); + width: 100%; } .status { @include table-flex-child(0, 150px, 0); @@ -149,8 +149,9 @@ background: lighten($green-taiga, 60%); } .user-story-name { - @include table-flex(); + @include table-flex($flex-wrap: nowrap); input { + @include flex-shrink(0); margin-right: 1rem; vertical-align: super; &:checked {