diff --git a/lib/content-services/breadcrumb/breadcrumb.component.scss b/lib/content-services/breadcrumb/breadcrumb.component.scss index 457a21ff6d..cac4840620 100644 --- a/lib/content-services/breadcrumb/breadcrumb.component.scss +++ b/lib/content-services/breadcrumb/breadcrumb.component.scss @@ -38,7 +38,6 @@ $breadcrumb-chevron-spacer: 2px; &:hover, &.active { opacity: 1; - width: 100%; } &.active { @@ -74,11 +73,6 @@ $breadcrumb-chevron-spacer: 2px; &.active { display: block; } - - &-current { - text-overflow: ellipsis; - overflow: hidden; - } } } }