style: remove fixed height from task input for better responsiveness
This commit is contained in:
@@ -181,7 +181,7 @@ const SmartTaskTitleInput = ({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<div className='task-input h-20 overflow-auto rounded border'>
|
<div className='task-input overflow-auto rounded border'>
|
||||||
<textarea
|
<textarea
|
||||||
ref={titleInputRef}
|
ref={titleInputRef}
|
||||||
autoFocus={autoFocus}
|
autoFocus={autoFocus}
|
||||||
|
|||||||
Reference in New Issue
Block a user