style: remove fixed height from task input for better responsiveness

This commit is contained in:
Mo Tarbin
2025-04-24 22:10:30 -04:00
parent 0b1208a11c
commit e26f2910f3

View File

@@ -181,7 +181,7 @@ const SmartTaskTitleInput = ({
return (
<div>
<div className='task-input h-20 overflow-auto rounded border'>
<div className='task-input overflow-auto rounded border'>
<textarea
ref={titleInputRef}
autoFocus={autoFocus}