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