From a5d263f26ccd1803abbd485bcda70b8bb22ab428 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 28 Jun 2024 21:57:43 +0500 Subject: [PATCH] MM-58496 - Updating channel font size (#27445) * MM-58496 - Updating channel font size * Updating lineheight --- webapp/channels/src/sass/components/_post.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/webapp/channels/src/sass/components/_post.scss b/webapp/channels/src/sass/components/_post.scss index 3a734c232ff5..39b3f221b8dd 100644 --- a/webapp/channels/src/sass/components/_post.scss +++ b/webapp/channels/src/sass/components/_post.scss @@ -1061,8 +1061,7 @@ p { width: 100%; margin: 0; - font-size: 13.5px; - line-height: 1.6em; + line-height: 20px; white-space: pre-wrap; word-break: break-word; } @@ -1466,8 +1465,6 @@ ul, ol { - font-size: 13.5px; - p { margin-bottom: 0; }