From 904081cb48a8ed8d2ee28f5f46ed6379d552cec7 Mon Sep 17 00:00:00 2001 From: simeng-li Date: Mon, 29 Jan 2024 10:37:17 +0800 Subject: [PATCH] style(experience): fix the terms padding (#5316) fix the terms padding --- .../src/pages/Consent/ScopesListCard/index.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/experience/src/pages/Consent/ScopesListCard/index.module.scss b/packages/experience/src/pages/Consent/ScopesListCard/index.module.scss index 08c7b3258..e8339c36d 100644 --- a/packages/experience/src/pages/Consent/ScopesListCard/index.module.scss +++ b/packages/experience/src/pages/Consent/ScopesListCard/index.module.scss @@ -64,7 +64,7 @@ } .terms { - padding: _.unit(4); + padding: _.unit(4) _.unit(4) _.unit(2) _.unit(4); border-top: _.border(var(--color-line-divider)); margin-top: _.unit(2); font: var(--font-body-3);