Skip to content

Commit 380ade7

Browse files
committed
US198282 set panel container to width: 100%
1 parent 3707275 commit 380ade7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

elements/pfe-sass/mixins/_mixins.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,5 +480,7 @@ $pfe-expand_button--padding: calc(#{pfe-var(container-spacer)} * #{$pfe-expand_b
480480
}
481481

482482
@mixin pfe-accordion-panel-container-inset {
483+
box-sizing: border-box;
483484
padding: 0 #{pfe-var(container-spacer)} #{pfe-var(container-spacer)};
485+
width: 100%;
484486
}

0 commit comments

Comments
 (0)