Skip to content

Commit

Permalink
fix(breadcrumb): missing padding at the end due to unset display prop…
Browse files Browse the repository at this point in the history
…erty (#7281)
  • Loading branch information
ddoemonn authored Jan 3, 2025
1 parent 52118f3 commit 7e663aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/breadcrumb/BreadCrumbBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const styles = `
@layer primereact {
.p-breadcrumb {
overflow-x: auto;
display: flex;
}
.p-breadcrumb ol {
Expand Down

0 comments on commit 7e663aa

Please sign in to comment.