Skip to content

Commit

Permalink
breadcrumb: allow wrapping of items in the list container (microsoft#…
Browse files Browse the repository at this point in the history
…4964)

* breadcrumb: allow wrapping of items in the list container

* Change files
  • Loading branch information
ben-girardet authored Jul 16, 2021
1 parent 6fdef4b commit 442a9ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
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"
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ export const breadcrumbStyles: (
.list {
display: flex;
flex-wrap: wrap;
}
`;

0 comments on commit 442a9ef

Please sign in to comment.