Skip to content

Commit 1223d32

Browse files
committed
fix(unity-bootstrap-theme): removed display none style on mobile for the Breadcrumb
UDS-2011
1 parent 14bf82c commit 1223d32

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/unity-bootstrap-theme/src/scss/extends/_breadcrumb.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,3 @@
4141
}
4242
}
4343
}
44-
45-
// WS2-1036 and UDS-1129 hide breadcrumb on mobile
46-
@media screen and (max-width: $uds-breakpoint-sm) {
47-
.breadcrumb {
48-
display: none;
49-
}
50-
}

0 commit comments

Comments
 (0)