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.
1 parent 1b2f305 commit 42f2e9cCopy full SHA for 42f2e9c
1 file changed
src/modules/ImageInfo/style.ts
@@ -12,6 +12,7 @@ export const useStyles = createStyles(({ css, token, isDarkMode }) => {
12
configValue: css`
13
color: ${token.colorInfoText};
14
text-align: right;
15
+ word-break: break-word;
16
`,
17
container: css`
18
padding: 16px 10px 16px 24px;
0 commit comments