Skip to content

Commit 65306f4

Browse files
committed
fix: step size
1 parent d69bff1 commit 65306f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/molecules/steps/step.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,8 @@ const click = () => {
266266
}
267267
268268
.h-step__badge {
269+
min-width: var(--h-step__badge-size);
270+
min-height: var(--h-step__badge-size);
269271
width: var(--h-step__badge-size);
270272
height: var(--h-step__badge-size);
271273
background-color: var(--h-step__badge--background-color);

0 commit comments

Comments
 (0)