fix(editor): 💄 Item node overflow when long word
This commit is contained in:
@ -65,6 +65,7 @@ export const ButtonNodeContent = ({
|
|||||||
onChange={setItemValue}
|
onChange={setItemValue}
|
||||||
onSubmit={handleInputSubmit}
|
onSubmit={handleInputSubmit}
|
||||||
onKeyDownCapture={handleKeyPress}
|
onKeyDownCapture={handleKeyPress}
|
||||||
|
maxW="180px"
|
||||||
>
|
>
|
||||||
<EditablePreview
|
<EditablePreview
|
||||||
w="full"
|
w="full"
|
||||||
|
Reference in New Issue
Block a user