Skip to content

Commit dc41aa1

Browse files
authored
Merge pull request #1391 from Hexastack/477-issue---plugin-names-overflow-in-visual-editor
fix(frontend): add wordBreak to the visual editor long name
2 parents ad66b38 + 0bd4f50 commit dc41aa1

File tree

1 file changed

+1
-0
lines changed
  • frontend/src/components/visual-editor

1 file changed

+1
-0
lines changed

frontend/src/components/visual-editor/Aside.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const StyledGrid = styled(Grid)<{ disabled: boolean }>(({ disabled }) =>
6060
SXStyleOptions({
6161
opacity: disabled ? "0.5" : "0.9",
6262
borderRadius: 1,
63+
wordBreak: "break-word",
6364
}),
6465
);
6566

0 commit comments

Comments
 (0)