From 88b2c646d6eff7cfcaa6b0221e31666e74908593 Mon Sep 17 00:00:00 2001 From: Olzhas Mukayev <65302894+olzhasmukayev@users.noreply.github.com> Date: Wed, 27 Mar 2024 02:11:24 +0500 Subject: [PATCH] fix the padding on the new section (#4880) --- src/globalStyles/global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/globalStyles/global.scss b/src/globalStyles/global.scss index 2042da5a167..81f33b14a2d 100755 --- a/src/globalStyles/global.scss +++ b/src/globalStyles/global.scss @@ -765,7 +765,7 @@ h2.divider { .newsContent { height: 300px; width: 300px; - padding: 10px; + padding: 10px 20px; overflow-y: scroll; overflow-x: hidden; border: 1px solid $borderColor;