From 3c6018ae0f6e68e8c35f10ec1441e218005d7258 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Tue, 18 Nov 2014 12:45:03 +0100 Subject: [PATCH] fix kanban column width when the user fold & unfold --- app/styles/modules/kanban/kanban-table.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/styles/modules/kanban/kanban-table.scss b/app/styles/modules/kanban/kanban-table.scss index bc982c17..fe12d441 100644 --- a/app/styles/modules/kanban/kanban-table.scss +++ b/app/styles/modules/kanban/kanban-table.scss @@ -2,7 +2,7 @@ $column-width: 300px; $column-folded-width: 30px; -$column-flex: 1; +$column-flex: 0; $column-shrink: 0; $column-margin: 0 10px 0 0; @@ -53,7 +53,7 @@ $column-margin: 0 10px 0 0; position: absolute; } .task-colum-name { - @include table-flex-child(); + @include table-flex-child($column-flex, $column-width, $column-shrink, $column-width); @include table-flex(); @include justify-content(space-between); @extend %large; @@ -90,7 +90,7 @@ $column-margin: 0 10px 0 0; overflow-x: auto; width: 100%; .task-column { - @include table-flex-child(); + @include table-flex-child($column-flex, $column-width, $column-shrink, $column-width); margin: $column-margin; overflow-y: auto; &:last-child {