From 42f2e9c4471acb9d32346b049bb8517a4b398511 Mon Sep 17 00:00:00 2001 From: bluelovers Date: Tue, 2 Jan 2024 13:27:36 +0800 Subject: [PATCH] Update style.ts (#508) --- src/modules/ImageInfo/style.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/ImageInfo/style.ts b/src/modules/ImageInfo/style.ts index d4f31e7..4c4a750 100644 --- a/src/modules/ImageInfo/style.ts +++ b/src/modules/ImageInfo/style.ts @@ -12,6 +12,7 @@ export const useStyles = createStyles(({ css, token, isDarkMode }) => { configValue: css` color: ${token.colorInfoText}; text-align: right; + word-break: break-word; `, container: css` padding: 16px 10px 16px 24px;