[backport] Fix #1777 - restore taskboard column colors

stable
Juanfran 2014-12-11 13:35:53 +01:00
parent 76c4087181
commit 8a91e1c93c
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ TaskboardSquishColumnDirective = (rs) ->
if width
column.css('max-width', width)
else
column.removeAttr("style")
column.css("max-width", 'none')
refreshTaskboardTableWidth = () =>
columnWidths = []