Skip to content

Commit

Permalink
fix(breadcrumb): adjust styles for the updated rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
JoomFX authored and Juveniel committed Apr 21, 2023
1 parent deced3e commit b55226c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/default/scss/breadcrumb/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
vertical-align: middle;
display: inline-flex;
flex-direction: row;
flex: none;
align-items: center;
overflow: hidden;
}
Expand Down
1 change: 1 addition & 0 deletions packages/fluent/scss/breadcrumb/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
vertical-align: middle;
display: inline-flex;
flex-direction: row;
flex: none;
align-items: center;
overflow: hidden;
}
Expand Down
1 change: 1 addition & 0 deletions packages/nouvelle/scss/breadcrumb/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
vertical-align: middle;
display: inline-flex;
flex-direction: row;
flex: none;
align-items: center;
overflow: hidden;
}
Expand Down

0 comments on commit b55226c

Please sign in to comment.