Remove max-width on desktop

This commit is contained in:
Annabel Dunstone Gray 2017-10-30 15:38:37 -07:00
parent 0c3877a488
commit cb2d2bc332
No known key found for this signature in database
GPG key ID: 7C8C78A372AD7A2D

View file

@ -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 {