Skip to content

Commit 402c6c6

Browse files
committed
fix(breadcrumb): remove flex item styling on breadcrumbs root class
The root breadcrumb class was using the `flex` property, which is only used when the element is a flex item. The current parent item was display block, so this was greyed out as having no effect. If an implementation is using a flex parent, application of this property would be up to the implementation.
1 parent 2d2e4d0 commit 402c6c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/breadcrumb/index.css

-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@
100100
flex-flow: row nowrap;
101101
align-items: center;
102102
justify-content: flex-start;
103-
flex: 1 0 0%;
104103
}
105104

106105
.spectrum-Breadcrumbs-itemSeparator {

0 commit comments

Comments
 (0)