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