style: make edito height according to the content height (#4347)
This commit is contained in:
parent
acd8f8d2d6
commit
527ecd7d22
9 changed files with 9 additions and 9 deletions
|
|
@ -82,7 +82,7 @@ export const PeekOverviewIssueDetails: FC<IPeekOverviewIssueDetails> = observer(
|
|||
disabled={disabled}
|
||||
issueOperations={issueOperations}
|
||||
setIsSubmitting={(value) => setIsSubmitting(value)}
|
||||
containerClassName="-ml-3 border-none"
|
||||
containerClassName="-ml-3 !mb-6 border-none"
|
||||
/>
|
||||
|
||||
{currentUser && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue