From 353542c53b7eea04f6b4546f6278bb3d74e19006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Wed, 10 Sep 2014 12:32:19 +0200 Subject: [PATCH] Fixed table colors responsiveness to 1280px. Fixes #919 --- app/styles/modules/common/colors-table.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/styles/modules/common/colors-table.scss b/app/styles/modules/common/colors-table.scss index bb0d1685..32162eeb 100644 --- a/app/styles/modules/common/colors-table.scss +++ b/app/styles/modules/common/colors-table.scss @@ -34,7 +34,9 @@ div { position: relative; } - .color-column, + .color-column { + @include table-flex-child(1, 60px, 0); + } .is-closed-column, .options-column, .status-wip-limit { @@ -45,7 +47,7 @@ position: relative; } .status-name { - @include table-flex-child(6, 300px, 0); + @include table-flex-child(6, 150px, 0); padding: 0 10px; } .options-column {