You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/core-components/src/components/breadcrumb/breadcrumb.docs.mdx
+6-5
Original file line number
Diff line number
Diff line change
@@ -33,13 +33,14 @@ The link provided will open in the same page, similar to `target="self"`.
33
33
Whether the item is currently active. This state must be controlled by consumers. When an item is active, it cannot be hovered and no selection
34
34
event is emitted in order to prevent navigating in place.
35
35
36
-
### paddingVertical
36
+
### paddingTop & paddingBottom
37
37
38
-
The `paddingVertical` property allows you to adjust the vertical padding (top and bottom) of the `Breadcrumb` component. This property accepts pixel values as a number.
38
+
The `paddingTop` and `paddingBottom` properties allow you to adjust the top and bottom padding of the `Breadcrumb` component respectively. These properties accept pixel values as numbers.
0 commit comments