Skip to content

feat(tasks): allow task title to wrap

Ben Whitmore requested to merge task-title-input-wrap-20221031 into main

Ryan requested that the input component for task title be changed so that long titles could wrap. I didn't find any suitable off-the-shelf input components, so I built this using react-contenteditable.

Merge request reports