[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:
parent
e972989522
commit
428cb478b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue