From 59634aeb23097837375e1a4accf3c2083d9711fb Mon Sep 17 00:00:00 2001 From: mcampourcy Date: Tue, 26 Nov 2024 11:50:45 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20fix(junior):=20Fix=20missi?= =?UTF-8?q?on=20title=20in=20list=20display?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- junior/app/styles/components/mission-card/card.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/junior/app/styles/components/mission-card/card.scss b/junior/app/styles/components/mission-card/card.scss index 82e151e9298..14b7b81e26b 100644 --- a/junior/app/styles/components/mission-card/card.scss +++ b/junior/app/styles/components/mission-card/card.scss @@ -91,7 +91,10 @@ font-size: 22.38px; line-height: normal; text-align: center; - text-wrap: wrap; + + p { + white-space: break-spaces; + } } .fake-button {