fix #1777 - restore taskboard column colors
parent
02faf9c2ee
commit
15b7a38a57
|
@ -372,7 +372,7 @@ TaskboardSquishColumnDirective = (rs) ->
|
|||
if width
|
||||
column.css('max-width', width)
|
||||
else
|
||||
column.removeAttr("style")
|
||||
column.css("max-width", 'none')
|
||||
|
||||
refreshTaskboardTableWidth = () =>
|
||||
columnWidths = []
|
||||
|
|
Loading…
Reference in New Issue