Skip to content

Commit

Permalink
fix: flex-grow-shink for breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
ovflowd committed Nov 25, 2023
1 parent dc29038 commit 718e195
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions components/Common/Breadcrumbs/BreadcrumbItem/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
font-medium;

a {
@apply flex-1;
@apply flex-shrink
flex-grow;
}

&,
Expand All @@ -23,7 +24,8 @@
.separator {
@apply h-4
w-4
flex-1
flex-shrink-0
flex-grow
text-neutral-600
dark:text-neutral-400;
}
Expand Down

0 comments on commit 718e195

Please sign in to comment.