From 89300379bdf03ab89f1d91a6fc0ff4c535115f6a Mon Sep 17 00:00:00 2001 From: Charles Zhao Date: Mon, 4 Sep 2023 10:57:18 +0800 Subject: [PATCH] fix(console): block margin should be the same on get-started page (#4414) --- .../src/pages/GetStarted/FreePlanNotification/index.module.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/console/src/pages/GetStarted/FreePlanNotification/index.module.scss b/packages/console/src/pages/GetStarted/FreePlanNotification/index.module.scss index d53eddef4..875435143 100644 --- a/packages/console/src/pages/GetStarted/FreePlanNotification/index.module.scss +++ b/packages/console/src/pages/GetStarted/FreePlanNotification/index.module.scss @@ -8,7 +8,6 @@ justify-content: space-between; align-items: center; gap: _.unit(6); - margin-bottom: _.unit(4); .image { flex-shrink: 0;