[WEB-6610] Fix work item drag handle hover gap (#8759)

* [WEB-6610] Fix work item drag handle hover gap

Amp-Thread-ID: https://ampcode.com/threads/T-019ce703-e30e-769b-9436-a7f5506e8a6c
Co-authored-by: Amp <amp@ampcode.com>

* fix: use p-0! pl-6! for correct drag handle hover area

Amp-Thread-ID: https://ampcode.com/threads/T-019ce703-e30e-769b-9436-a7f5506e8a6c
Co-authored-by: Amp <amp@ampcode.com>

* fix: update containerClassName to -ml-6 border-none p-0! pl-6!

Amp-Thread-ID: https://ampcode.com/threads/T-019ce703-e30e-769b-9436-a7f5506e8a6c
Co-authored-by: Amp <amp@ampcode.com>

---------

Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Vipin Chaudhary 2026-03-18 00:07:52 +05:30 committed by GitHub
parent e972989522
commit 428cb478b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -134,7 +134,7 @@ export const IssueMainContent = observer(function IssueMainContent(props: Props)
<DescriptionInput
issueSequenceId={issue.sequence_id}
containerClassName="p-0 border-none"
containerClassName="-ml-6 border-none p-0! pl-6!"
disabled={isArchived || !isEditable}
editorRef={editorRef}
entityId={issue.id}