Skip to content

Commit

Permalink
fix(Breadcrumbs): back only bug (#2564)
Browse files Browse the repository at this point in the history
Fixes #2563
  • Loading branch information
eirikbacker authored Oct 8, 2024
1 parent fe20145 commit 7ad1485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/css/breadcrumbs.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}

@media (min-width: 651px) {
& > :not(ol, ul) {
& > :is(:not(ol, ul)):not(:only-child) {
display: none; /* Hide back link when desktop and having list */
}
}
Expand Down

0 comments on commit 7ad1485

Please sign in to comment.