Skip to content

Commit 43a904e

Browse files
fix: update container variable (#1522) (#1721)
* chore: update container variable (#1522) * chore: update changelog * chore: update package-lock Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 099dc3e commit 43a904e

File tree

3 files changed

+65160
-106
lines changed

3 files changed

+65160
-106
lines changed

CHANGELOG-1.x.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# 1.11.0 (2021)
22

33
- [d3ea7fa](https://github.com/patternfly/patternfly-elements/commit/d3ea7facb0c36b7f3e20e2568bdc4bf2e5a5a852) feat: Graceful failure for component registry
4-
- [](https://github.com/patternfly/patternfly-elements/commit/) fix: Accordion alignment with latest design kit
4+
- [](https://github.com/patternfly/patternfly-elements/commit/) fix: container sass placeholder using incorrect variable for spacing (#1522)
5+
- [099dc3e](https://github.com/patternfly/patternfly-elements/commit/099dc3e2d3ce732a32ecde0644f5c03ec1e8dd9c) fix: Accordion alignment with latest design kit
56
- [5f88c39](https://github.com/patternfly/patternfly-elements/commit/5f88c3963f8a6c13a9aeba6e9f664678453d46ce) fix: Jump links parseInt for IE11
67

78
# 1.10.1 (2021-07-12)

elements/pfe-sass/extends/_extends.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
position: relative;
2828
display: block;
2929
width: 100%;
30-
padding: pfe-var(container-spacer);
30+
padding: pfe-var(container-padding);
3131
}
3232

3333
/// Screen-reader only content

0 commit comments

Comments
 (0)