Commit 9b2a78b1 by cahrens

Increase max-width for breadcrumb trail.

parent efe3833a
...@@ -334,11 +334,12 @@ p, ul, ol, dl { ...@@ -334,11 +334,12 @@ p, ul, ol, dl {
.navigation-link { .navigation-link {
@extend %cont-truncated; @extend %cont-truncated;
display: inline-block; display: inline-block;
max-width: 150px; max-width: 250px;
&.navigation-current { &.navigation-current {
@extend %ui-disabled; @extend %ui-disabled;
color: $gray; color: $gray;
max-width: 250px;
&:before { &:before {
color: $gray; color: $gray;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment