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; */
@apply w-fit;
}
/*
li:not(:nth-child(1)) a {
flex-grow: 1;
width: 100px !important;
max-width: calc(100% - 1rem);
word-wrap: break-word;
white-space: normal;
}
} */
li:nth-child(1) {
flex-grow: 0;