forked from 00dani/lemoncurry
Tweak the styles on breadcrumbs: rather than wrapping, just truncate the active page crumb since you can see it elsewhere on the page anyway
This commit is contained in:
parent
e2e21f4afa
commit
1f6a587329
1 changed files with 6 additions and 0 deletions
|
@ -43,6 +43,12 @@ body
|
||||||
> .breadcrumb
|
> .breadcrumb
|
||||||
background-color transparent
|
background-color transparent
|
||||||
border-radius 0
|
border-radius 0
|
||||||
|
flex-wrap nowrap
|
||||||
|
.breadcrumb-item
|
||||||
|
white-space nowrap
|
||||||
|
&.active
|
||||||
|
overflow-x hidden
|
||||||
|
text-overflow ellipsis
|
||||||
|
|
||||||
|
|
||||||
> main
|
> main
|
||||||
|
|
Loading…
Reference in a new issue