Skip to content

Commit 6dd68fe

Browse files
fix(breadcrumb): add reset for ol (#5916)
Co-authored-by: TJ Egan <tw15egan@gmail.com>
1 parent de58cf4 commit 6dd68fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/components/src/components/breadcrumb/_breadcrumb.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77

88
@import '../../globals/scss/vars';
9+
@import '../../globals/scss/css--reset';
910
@import '../../globals/scss/helper-mixins';
1011
@import '../../globals/scss/vendor/@carbon/elements/scss/import-once/import-once';
1112
@import '../../globals/scss/layout';
@@ -16,6 +17,7 @@
1617
/// @group breadcrumb
1718
@mixin breadcrumb {
1819
.#{$prefix}--breadcrumb {
20+
@include reset;
1921
@include type-style('body-short-01');
2022
display: inline;
2123
@include carbon--breakpoint(md) {

0 commit comments

Comments
 (0)