mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 18:23:03 +00:00
removed min height for description box
This commit is contained in:
@@ -387,7 +387,7 @@ export function IssueDetailPane({
|
|||||||
}}
|
}}
|
||||||
placeholder="Add a description..."
|
placeholder="Add a description..."
|
||||||
disabled={isSavingDescription}
|
disabled={isSavingDescription}
|
||||||
className="text-sm border-transparent hover:border-input focus:border-input resize-none min-h-[60px]"
|
className="text-sm border-transparent hover:border-input focus:border-input resize-none"
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Reference in New Issue
Block a user