Skip to content

Commit

Permalink
fix(web-component): issues with new style update
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore committed Dec 5, 2023
1 parent 8a92649 commit 5f39ec5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,13 @@
border-top: 1px solid $layer-accent-01;
border-bottom: none;

.#{$prefix}--accordion__wrapper {
/* stylelint-disable declaration-no-important */
// TODO: see if we can remove. Need important to override accordion inline styles.
max-block-size: none !important;
/* stylelint-enable declaration-no-important */
}

.#{$prefix}--accordion__heading {
display: flex;
align-items: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
@use '@carbon/styles/scss/config' as *;
@use '@carbon/styles/scss/spacing' as *;
@use '@carbon/styles/scss/utilities' as *;
@use '@carbon/styles/scss/utilities/convert' as *;
@use '@carbon/styles/scss/theme' as *;
@use '../../globals/vars' as *;

Expand Down

0 comments on commit 5f39ec5

Please sign in to comment.