From dc3e9900299808f2a9da5890c64c5c64e5a79a38 Mon Sep 17 00:00:00 2001 From: ameerul-deriv <103412909+ameerul-deriv@users.noreply.github.com> Date: Wed, 4 Jan 2023 09:23:34 +0800 Subject: [PATCH] fix: padding issues with translations in stats (#7281) --- .../my-profile-stats-table/my-profile-stats-table.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/p2p/src/components/my-profile/my-profile-stats/my-profile-stats-table/my-profile-stats-table.scss b/packages/p2p/src/components/my-profile/my-profile-stats/my-profile-stats-table/my-profile-stats-table.scss index 14e038dac09f..23c6bfe58cc7 100644 --- a/packages/p2p/src/components/my-profile/my-profile-stats/my-profile-stats-table/my-profile-stats-table.scss +++ b/packages/p2p/src/components/my-profile/my-profile-stats/my-profile-stats-table/my-profile-stats-table.scss @@ -20,7 +20,7 @@ } & + & { - padding-left: 2.4rem; + padding: 0 2.4rem; @include mobile { padding: 0.4rem 1.6rem;