diff --git a/lib/content-services/breadcrumb/dropdown-breadcrumb.component.scss b/lib/content-services/breadcrumb/dropdown-breadcrumb.component.scss index a501cea5c6..ca0398cbe0 100644 --- a/lib/content-services/breadcrumb/dropdown-breadcrumb.component.scss +++ b/lib/content-services/breadcrumb/dropdown-breadcrumb.component.scss @@ -22,11 +22,15 @@ } &-dropdown-breadcrumb-path { - width: 0 !important; + width: 0; height: 0; overflow: hidden; margin-top: 35px; margin-left: -$dropdownHorizontalOffset; + + &.mat-select { + width: 0; + } } &-current-folder {