From dd5e0f448f29565f1e8bf3487cfc37496f1b42de Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Thu, 5 Jun 2025 00:01:34 +0200 Subject: [PATCH] fix: Prevent text overflow in card name --- .../cards/CardModal/StoryContent/StoryContent.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/cards/CardModal/StoryContent/StoryContent.module.scss b/client/src/components/cards/CardModal/StoryContent/StoryContent.module.scss index d304b5ea..be0685aa 100644 --- a/client/src/components/cards/CardModal/StoryContent/StoryContent.module.scss +++ b/client/src/components/cards/CardModal/StoryContent/StoryContent.module.scss @@ -195,6 +195,7 @@ font-size: 28px; font-weight: bold; line-height: 34px; + word-wrap: break-word; } .headerTitleWrapper {