Commit cb2d2bc3 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Remove max-width on desktop

parent 0c3877a4
......@@ -423,8 +423,11 @@
}
.breadcrumb-item-text {
@include str-truncated(128px);
text-decoration: inherit;
@media (max-width: $screen-xs-max) {
@include str-truncated(128px);
}
}
.breadcrumbs-list-angle {
......
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