Skip to content

Commit 47a1f4f

Browse files
fix: unwanted padding on pfe-accordion (#1083)
Co-authored-by: Débora Pozzebon
1 parent b32b41c commit 47a1f4f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG-1.x.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
- [9501ebb](https://github.com/patternfly/patternfly-elements/commit/9501ebb87cfc371563c04ba155a101846fe26e20) fix: Update baseline snapshots to cover full page
1010
- [](https://github.com/patternfly/patternfly-elements/commit/) fix: Add a build step to the release script
1111
- [](https://github.com/patternfly/patternfly-elements/commit/) fix: pfe-accordion adding right border and shadow back
12+
- [](https://github.com/patternfly/patternfly-elements/commit/) fix: unwanted padding on pfe-accordion (#1083)

elements/pfe-accordion/src/pfe-accordion-panel.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
:host([disclosure="true"]) & {
2929
@include pfe-print-local((
3030
panel-container: (
31-
Padding: 0 calc(#{pfe-local(Padding, $region: base)} * 3) pfe-local(Padding, $region: base) calc((#{pfe-local(Padding, $region: base)} * 1.5) - 4px)
31+
Padding: 0 calc(#{pfe-local(Padding, $region: base)} * 1.5)
3232
)
3333
));
3434
}

0 commit comments

Comments
 (0)