Skip to content

Commit

Permalink
fix(editor): 💄 Item node overflow when long word
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Feb 25, 2022
1 parent eb23ad6 commit 2a6a474
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export const ButtonNodeContent = ({
onChange={setItemValue}
onSubmit={handleInputSubmit}
onKeyDownCapture={handleKeyPress}
maxW="180px"
>
<EditablePreview
w="full"
Expand Down

0 comments on commit 2a6a474

Please sign in to comment.