docs(wizard): [wizard] Increase the top outer margin of node names According to testing (#1053)
This commit is contained in:
parent
3bb0f0ff12
commit
8202a8d2e8
|
@ -92,6 +92,10 @@
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -5px;
|
top: -5px;
|
||||||
|
|
||||||
|
.children-name {
|
||||||
|
margin-top: 8px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.@{wizard-prefix-cls}__chart-icon {
|
.@{wizard-prefix-cls}__chart-icon {
|
||||||
|
|
Loading…
Reference in New Issue