YehudaBenYaakov Hi, thank you for the reply. I can fix everything with CSS tweaks except for sub tasks indentations, it always add margin to the left. any way I can control this?
tasha Hello YehudaBenYaakov If I understand you correctly you can rewrite the build-in styles this way: .wx-cell.wx-text-left .wx-content { padding-left: 0 !important; }