From 4e5471ae86b64c2b908f63daf9abe5a8345470ad Mon Sep 17 00:00:00 2001 From: Max Verbinnen <64088654+Max-Verbinnen@users.noreply.github.com> Date: Sun, 7 Aug 2022 20:52:19 +0200 Subject: [PATCH] add css to fix #3365 (#3390) --- frontend/src/styles/profile.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/styles/profile.scss b/frontend/src/styles/profile.scss index fe221908b..43ff0faf4 100644 --- a/frontend/src/styles/profile.scss +++ b/frontend/src/styles/profile.scss @@ -225,6 +225,7 @@ } .bioAndKeyboard { grid-area: bioAndKey; + word-break: break-word; } .sep3 { grid-area: sep3;