Skip to content

Commit

Permalink
fix(steps): [steps] 修复垂直单链型 (opentiny#2466)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxi-20 authored and zzcr committed Nov 4, 2024
1 parent 556abe2 commit b5e1326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/theme/src/steps/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@

&.block-mini {
.title,
.description,
.description.not-vertical,
.line-footer {
max-width: 150px;
}
Expand Down Expand Up @@ -691,7 +691,7 @@
}
}

.description,
.description.not-vertical,
.line-footer {
line-height: 1.5;
margin-left: calc(var(--tv-Steps-node-circle-size) + var(--tv-Steps-text-margin-left));
Expand Down

0 comments on commit b5e1326

Please sign in to comment.