From 2f4175a2dca6dbeaa74ad78722641eee046a4e49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20B=C3=A1nfi?= Date: Sun, 10 Dec 2023 22:11:22 +0100 Subject: [PATCH] Update _preview.scss I think you should add this style to "summary about yourself" section to wrap the long words: overflow-wrap: break-word; Without it, the print view could be unreadable --- src/sass/_preview.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sass/_preview.scss b/src/sass/_preview.scss index 57dd705..0a670e6 100644 --- a/src/sass/_preview.scss +++ b/src/sass/_preview.scss @@ -98,6 +98,7 @@ } .preview__self-summary { + overflow-wrap: break-word; margin-top: 8px; font-size: 12.25px; }