Monday, August 26, 2024
1 change · master
Resolved issues and error corrections
The Studio kanban editor now displays cards and grouped columns at the same scale and layout as the regular kanban view. This makes editing more consistent and restores expected controls such as adding columns and loading more records where appropriate.
Original PR description
This commit fixes the scale of the kanban editor, which was increased compared to the size of the standard kanban view. This was made in an attempt to ease the edition inside of the card, but has become unecessary, since hooks displayed when dragging an item have already an increased padding to make the drop target larger. The paddings of the hooks have been adapted for this purpose instead. task-4075367