Hi, trying to add a markup table to a note and the formatting is off with the first column wrapping
A CSS hack which creates a Kanban-like board UI in a specified list:
A CSS hack which creates a Kanban-like board UI in a specified list: #list_481388 ul.topLevel { display: flex; } #list_481388 ul.topLevel > li { flex: 1 1 auto; } #list_481388 ul.topLevel > li > .frame{ display: none; } #parentTask_0 div.coreDiv { margin-right: 20px; } May be, will be useful to someone :)
Seems like it's a bug, thanks a lot for pointing out. Will fix it soonest!
ReplyDeleteWe've uploaded the fix on the Beta server https://beta.checkvist.com (same credentials, same data). Could you please check if it works for you there? We'll update the main server a bit later then.
ReplyDeleteHave checked the beta site and all looks good, thanks for the quick turnaround.
ReplyDelete