@asd20/ui 3.2.869 → 3.2.870

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.
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.869",
8
+ "version": "3.2.870",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -180,7 +180,7 @@ export default {
180
180
  .primary-messaging-section,
181
181
  .secondary-messaging-section {
182
182
  display: flex;
183
- padding: space(2) space(1) space(2) space(2);
183
+ padding: space(2);
184
184
  &::v-deep > * {
185
185
  // flex: 1 1 var(--minimum-column-width);
186
186
  // margin: space(1) !important;
@@ -220,7 +220,7 @@ export default {
220
220
  .asd20-page-content {
221
221
  .primary-messaging-section,
222
222
  .secondary-messaging-section {
223
- padding: space(2) space(1) space(2) space(2);
223
+ padding: space(2);
224
224
  &::v-deep > * {
225
225
  // flex: 1 1 var(--minimum-column-width);
226
226
  margin: space(1) !important;