From 15b7a38a571122c882497a18a1ee76abd25e6fd4 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Thu, 11 Dec 2014 13:35:53 +0100 Subject: [PATCH] fix #1777 - restore taskboard column colors --- app/coffee/modules/taskboard/main.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/coffee/modules/taskboard/main.coffee b/app/coffee/modules/taskboard/main.coffee index 15e5cf7d..e578a06e 100644 --- a/app/coffee/modules/taskboard/main.coffee +++ b/app/coffee/modules/taskboard/main.coffee @@ -372,7 +372,7 @@ TaskboardSquishColumnDirective = (rs) -> if width column.css('max-width', width) else - column.removeAttr("style") + column.css("max-width", 'none') refreshTaskboardTableWidth = () => columnWidths = []