temp removing the breadcrumb max size for li
This commit is contained in:
parent
b12d138bb8
commit
021b7282e2
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user