temp removing the breadcrumb max size for li

This commit is contained in:
Antoine M 2024-12-18 16:34:19 +01:00
parent b12d138bb8
commit 021b7282e2

View File

@ -14,14 +14,14 @@
/* flex-grow: 1; */ /* flex-grow: 1; */
@apply w-fit; @apply w-fit;
} }
/*
li:not(:nth-child(1)) a { li:not(:nth-child(1)) a {
flex-grow: 1; flex-grow: 1;
width: 100px !important; width: 100px !important;
max-width: calc(100% - 1rem); max-width: calc(100% - 1rem);
word-wrap: break-word; word-wrap: break-word;
white-space: normal; white-space: normal;
} } */
li:nth-child(1) { li:nth-child(1) {
flex-grow: 0; flex-grow: 0;