@progressive-development/pd-wizard 0.0.24 → 0.0.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/PdWizard.js +1 -1
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "order",
15
15
  "steps"
16
16
  ],
17
- "version": "0.0.24",
17
+ "version": "0.0.25",
18
18
  "main": "index.js",
19
19
  "module": "index.js",
20
20
  "scripts": {
package/src/PdWizard.js CHANGED
@@ -166,7 +166,7 @@ export class PdWizard extends LitElement {
166
166
  display: flex;
167
167
  /*padding-left: 50px;
168
168
  padding-right: 50px;*/
169
- justify-content: space-between;
169
+ justify-content: var(--pd-justify-buttons, space-between);
170
170
  background-color: var(--my-footer-background-color);
171
171
 
172
172
  border-bottom-left-radius: var(--pd-step-borderradius, 0);