From 685e94bab74fd41dd6bacd8dee3d345fcb9c2a48 Mon Sep 17 00:00:00 2001 From: olav Date: Mon, 27 Jun 2022 13:39:50 +0200 Subject: [PATCH] fix: wrap long words in toast text (#1119) --- .../src/component/common/ToastRenderer/Toast/Toast.styles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/component/common/ToastRenderer/Toast/Toast.styles.ts b/frontend/src/component/common/ToastRenderer/Toast/Toast.styles.ts index 8baa5480de..7141bc3a42 100644 --- a/frontend/src/component/common/ToastRenderer/Toast/Toast.styles.ts +++ b/frontend/src/component/common/ToastRenderer/Toast/Toast.styles.ts @@ -28,6 +28,7 @@ export const useStyles = makeStyles()(theme => ({ }, textContainer: { marginLeft: '1rem', + wordBreak: 'break-word', }, headerStyles: { fontWeight: 'normal',