@asd20/ui 3.2.635 → 3.2.636

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.635",
8
+ "version": "3.2.636",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -197,7 +197,7 @@ export default {
197
197
  padding: space(2) space(3);
198
198
 
199
199
  &::v-deep > * {
200
- flex: 1 1 var(--minimum-column-width);
200
+ // flex: 1 1 var(--minimum-column-width);
201
201
  margin: var(--gutter) !important;
202
202
  // max-width: 45%;
203
203
  }
@@ -237,7 +237,7 @@ export default {
237
237
  padding: space(2) space(3);
238
238
 
239
239
  &::v-deep > * {
240
- flex: 1 1 var(--minimum-column-width);
240
+ // flex: 1 1 var(--minimum-column-width);
241
241
  margin: var(--gutter) !important;
242
242
  max-width: 45%;
243
243
  }
@@ -271,7 +271,7 @@ export default {
271
271
  .primary-messaging-section,
272
272
  .secondary-messaging-section {
273
273
  .asd20-messaging {
274
- flex: 1 1 var(--minimum-column-width);
274
+ // flex: 1 1 var(--minimum-column-width);
275
275
  margin: var(--gutter) !important;
276
276
  }
277
277
  }