Remove max-width on desktop
This commit is contained in:
parent
0c3877a488
commit
cb2d2bc332
1 changed files with 4 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue