Skip to content

Commit

Permalink
fix: breadcrumb overflow on mobile resolution (#7372)
Browse files Browse the repository at this point in the history
fix: breadcrumb overflow
  • Loading branch information
canerakdas authored Jan 3, 2025
1 parent e20a801 commit 8790770
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
text-sm
font-medium;

&:last-child {
@apply w-full;
&:not(:last-child) {
@apply shrink-0;
}

a {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.list {
@apply flex
w-full
@apply xs:w-full
flex
w-screen
gap-5
px-6;
}

0 comments on commit 8790770

Please sign in to comment.