From b8e332f9f8d6955ad9b8be71a94c35071858e38e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alexa=20Valentov=C3=A1?= <git@imaniti.org>
Date: Tue, 8 Oct 2024 06:31:34 +0200
Subject: [PATCH] respect line breaks

---
 .../templates/patterns/templates/main/people/person.html        | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/majak_uistyleguide/templates/patterns/templates/main/people/person.html b/majak_uistyleguide/templates/patterns/templates/main/people/person.html
index 39a567e..3286301 100644
--- a/majak_uistyleguide/templates/patterns/templates/main/people/person.html
+++ b/majak_uistyleguide/templates/patterns/templates/main/people/person.html
@@ -9,6 +9,8 @@
           class="
             mb-4
             xl:mb-24 xl:mr-2 xl:pr-40
+
+            [&_p]:whitespace-pre-line
           "
         >
           <p class="mb-5 text-lg leading-7">
-- 
GitLab