Skip to content

Commit

Permalink
fix(leadspace-breadcrumb): leadspace breadcrumb was missing a max-wid…
Browse files Browse the repository at this point in the history
…th (carbon-design-system#12139)

* fix(leadspace-breadcrumb): leadspace breadcrumb was missing a max-width

* fixing css issues pointed by our checks

---------

Co-authored-by: Andy Blum <[email protected]>
Co-authored-by: Matthew Oliveira <[email protected]>
  • Loading branch information
3 people authored and deathcave committed Dec 4, 2024
1 parent f3a5bfd commit ee21a90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/styles/scss/components/leadspace/_leadspace.scss
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ $btn-min-width: 26;

:host(#{$c4d-prefix}-leadspace) ::slotted([slot='navigation']) {
z-index: 1;
max-inline-size: 40rem;
// need the !important to prevent CSS reset styles from overwritting margin for tags
/* stylelint-disable declaration-no-important */
padding-block-end: $spacing-05 !important;
Expand Down

0 comments on commit ee21a90

Please sign in to comment.