From 833bef61e70e99efbb41a87cc0e21827d3f0c8cd Mon Sep 17 00:00:00 2001 From: Charles Zhao Date: Thu, 1 Feb 2024 10:52:17 +0800 Subject: [PATCH] fix(console): fix domain items vertical spacing in get-started page (#5362) --- .../pages/GetStarted/ProtectedAppCreationForm/index.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/console/src/pages/GetStarted/ProtectedAppCreationForm/index.module.scss b/packages/console/src/pages/GetStarted/ProtectedAppCreationForm/index.module.scss index cc86ebb02..ddfdcf20d 100644 --- a/packages/console/src/pages/GetStarted/ProtectedAppCreationForm/index.module.scss +++ b/packages/console/src/pages/GetStarted/ProtectedAppCreationForm/index.module.scss @@ -31,7 +31,7 @@ .list { display: flex; flex-wrap: wrap; - gap: _.unit(8); + gap: _.unit(3) _.unit(8); } .app {