2
0

fix(editor): 💄 Item node overflow when long word

This commit is contained in:
Baptiste Arnaud
2022-02-25 14:36:28 +01:00
parent eb23ad61a7
commit 2a6a474092

View File

@ -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"