We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad66b38 + 0bd4f50 commit dc41aa1Copy full SHA for dc41aa1
frontend/src/components/visual-editor/Aside.tsx
@@ -60,6 +60,7 @@ const StyledGrid = styled(Grid)<{ disabled: boolean }>(({ disabled }) =>
60
SXStyleOptions({
61
opacity: disabled ? "0.5" : "0.9",
62
borderRadius: 1,
63
+ wordBreak: "break-word",
64
}),
65
);
66
0 commit comments