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:
Danielle McLean 2017-10-28 00:29:45 +11:00
parent e2e21f4afa
commit 1f6a587329
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,12 @@ body
> .breadcrumb
background-color transparent
border-radius 0
flex-wrap nowrap
.breadcrumb-item
white-space nowrap
&.active
overflow-x hidden
text-overflow ellipsis
> main