forked from microsoft/fast
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
breadcrumb: allow wrapping of items in the list container (microsoft#…
…4964) * breadcrumb: allow wrapping of items in the list container * Change files
- Loading branch information
1 parent
6fdef4b
commit 442a9ef
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
change/@microsoft-fast-components-eb055108-85e2-4bdd-bbc0-3e8e22e135cf.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "patch", | ||
"comment": "breadcrumb: allow wrapping of items in the list container", | ||
"packageName": "@microsoft/fast-components", | ||
"email": "ben@platform5.ch", | ||
"dependentChangeType": "patch" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,5 +22,6 @@ export const breadcrumbStyles: ( | |
.list { | ||
display: flex; | ||
flex-wrap: wrap; | ||
} | ||
`; |