style: make edito height according to the content height (#4347)

This commit is contained in:
Aaryan Khandelwal 2024-05-03 19:20:13 +05:30 committed by GitHub
parent acd8f8d2d6
commit 527ecd7d22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 9 additions and 9 deletions

View file

@ -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 && (