We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69bff1 commit 65306f4Copy full SHA for 65306f4
src/components/molecules/steps/step.vue
@@ -266,6 +266,8 @@ const click = () => {
266
}
267
268
.h-step__badge {
269
+ min-width: var(--h-step__badge-size);
270
+ min-height: var(--h-step__badge-size);
271
width: var(--h-step__badge-size);
272
height: var(--h-step__badge-size);
273
background-color: var(--h-step__badge--background-color);
0 commit comments