Skip to content

Commit 176c144

Browse files
committed
fix: remove arbitrary timeline's padding
1 parent aae4726 commit 176c144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/primitives/Timeline/Timeline.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default {
1717
'has-text-grey': !stage.active,
1818
'has-text-danger': stage.error,
1919
}">
20-
<div class="py-3">
20+
<div>
2121
<slot :stage="stage" />
2222
</div>
2323
</li>

0 commit comments

Comments
 (0)