From 8202a8d2e85ee4fffd473f0ea758ac1231aaef7d Mon Sep 17 00:00:00 2001 From: chenxi-20 <76168465+chenxi-20@users.noreply.github.com> Date: Fri, 8 Dec 2023 16:29:36 +0800 Subject: [PATCH] docs(wizard): [wizard] Increase the top outer margin of node names According to testing (#1053) --- packages/theme/src/wizard/index.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/theme/src/wizard/index.less b/packages/theme/src/wizard/index.less index 22733675b..138057d8a 100644 --- a/packages/theme/src/wizard/index.less +++ b/packages/theme/src/wizard/index.less @@ -92,6 +92,10 @@ transform: translateY(-50%); position: relative; top: -5px; + + .children-name { + margin-top: 8px; + } } .@{wizard-prefix-cls}__chart-icon {