We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0638a8 commit 140b85eCopy full SHA for 140b85e
elements/pfe-jump-links/src/pfe-jump-links-nav.scss
@@ -210,6 +210,7 @@ pfe-accordion {
210
pfe-accordion-panel {
211
// hide accordion left border:
212
border-left-color: transparent;
213
+ border-right: none;
214
}
215
216
// 0 -> LG breakpoint
elements/pfe-sass/mixins/_components.scss
@@ -88,7 +88,7 @@
88
@mixin pfe-accordion-props($variant: default) {
89
margin: 0;
90
width: pfe-local(Width, 100%);
91
- max-width: calc(100% - #{pfe-var(surface--border-width--heavy)});
+ max-width: calc(100%);
92
height: auto;
93
position: relative;
94
0 commit comments