Skip to content

Commit 3056a56

Browse files
author
JoelCDL
committed
Prevent breadcrumb icon from growing at small screen
1 parent 7cfdcad commit 3056a56

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/css/components/breadcrumb.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
&:not(:last-child)::after {
1818
content: '';
1919
flex: none;
20+
block-size: 1lh;
2021
inline-size: 1lh;
2122
background-color: black;
2223
mask: url('data-url:npm:fa-solid/angle-right.svg') center / contain no-repeat;

0 commit comments

Comments
 (0)