From 08f63b84a0ae1d11eb036a2957b6254be70ec713 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Pasquier <contact@jbpasquier.eu>
Date: Mon, 26 Apr 2021 18:13:53 +0200
Subject: [PATCH] fix: community description line-height

---
 src/views/partials/communities/page-community-profile.pug | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/views/partials/communities/page-community-profile.pug b/src/views/partials/communities/page-community-profile.pug
index 59dcc9bc..4352dae9 100644
--- a/src/views/partials/communities/page-community-profile.pug
+++ b/src/views/partials/communities/page-community-profile.pug
@@ -37,7 +37,7 @@ div.community-profile.padding-medium.sm-padding-none
       class-profile.phone="segment block"
 
       class-segment9="segment full"
-      class-profile.description="segment full whitespace-normal"
+      class-profile.description="segment full whitespace-normal line-xlarge"
 
       class-segment10="segment full text-right"
 
-- 
GitLab