From 1f6a5873295aef81cbde49297fc143a2d29bc3c5 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Sat, 28 Oct 2017 00:29:45 +1100 Subject: [PATCH] Tweak the styles on breadcrumbs: rather than wrapping, just truncate the active page crumb since you can see it elsewhere on the page anyway --- lemoncurry/static/lemoncurry/css/layout.styl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lemoncurry/static/lemoncurry/css/layout.styl b/lemoncurry/static/lemoncurry/css/layout.styl index 3138d2b..36893e5 100644 --- a/lemoncurry/static/lemoncurry/css/layout.styl +++ b/lemoncurry/static/lemoncurry/css/layout.styl @@ -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