mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
removed min height for description box
This commit is contained in:
@@ -387,7 +387,7 @@ export function IssueDetailPane({
|
||||
}}
|
||||
placeholder="Add a description..."
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user