Skip to content

Commit 70ed24a

Browse files
authored
w-100 is not needed for vertical stepper
w-100 is not needed for vertical stepper
1 parent f206b89 commit 70ed24a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/src/content/docs/components/stepper.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Wrap your horizontal stepper in a `.stepper-overflow` container to enable horizo
6969

7070
Add additional content beyond simple titles or labels to provide more context within each step, such as descriptions, helper messages, status indicators, or other decorative elements.
7171

72-
<Example code={`<ol class="stepper stepper-vertical w-100">
72+
<Example code={`<ol class="stepper stepper-vertical">
7373
<li class="stepper-item active"><div><div class="fw-semibold">Create</div><div class="small fg-secondary">Create an account.</div></div></li>
7474
<li class="stepper-item active"><div><div class="fw-semibold">Confirm</div><div class="small fg-secondary">Confirm your email.</div></div></li>
7575
<li class="stepper-item"><div><div class="fw-semibold">Set-up</div><div class="small fg-secondary">Configure your profile.</div></div></li>

0 commit comments

Comments
 (0)