@asd20/ui 3.2.971 → 3.2.972

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.971",
8
+ "version": "3.2.972",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -328,7 +328,7 @@ export default {
328
328
  // margin-top: space(1);
329
329
  display: flex;
330
330
  justify-content: space-between;
331
- align-items: stretch;
331
+ align-items: flex-start;
332
332
  flex-wrap: wrap;
333
333
  .asd20-widgets-section {
334
334
  flex-basis: 30%;
@@ -341,6 +341,8 @@ export default {
341
341
  .primary-messaging-section {
342
342
  display: block;
343
343
  max-width: 50vw;
344
+ flex: 1 1 0;
345
+ min-width: 0;
344
346
  }
345
347
  }
346
348
  }
@@ -308,7 +308,7 @@ export default {
308
308
  // margin-top: space(1);
309
309
  display: flex;
310
310
  justify-content: space-between;
311
- align-items: stretch;
311
+ align-items: flex-start;
312
312
  flex-wrap: wrap;
313
313
  // .asd20-widgets-section {
314
314
  // flex-basis: 30%;
@@ -318,6 +318,8 @@ export default {
318
318
  .primary-messaging-section {
319
319
  display: block;
320
320
  padding: space(2) !important;
321
+ flex: 1 1 0;
322
+ min-width: 0;
321
323
  // max-width: 50vw;
322
324
  }
323
325
  }
@@ -301,7 +301,7 @@ export default {
301
301
  // margin-top: space(1);
302
302
  display: flex;
303
303
  justify-content: space-between;
304
- align-items: stretch;
304
+ align-items: flex-start;
305
305
  flex-wrap: wrap;
306
306
  .asd20-widgets-section {
307
307
  flex-basis: 30%;
@@ -314,6 +314,8 @@ export default {
314
314
  .primary-messaging-section {
315
315
  display: block;
316
316
  max-width: 50vw;
317
+ flex: 1 1 0;
318
+ min-width: 0;
317
319
  }
318
320
  }
319
321
 
@@ -288,7 +288,7 @@ export default {
288
288
  // margin-top: space(1);
289
289
  display: flex;
290
290
  justify-content: space-between;
291
- align-items: stretch;
291
+ align-items: flex-start;
292
292
  flex-wrap: wrap;
293
293
  .asd20-widgets-section {
294
294
  // flex-basis: 30%;
@@ -302,6 +302,8 @@ export default {
302
302
  .primary-messaging-section {
303
303
  display: block;
304
304
  flex: 1;
305
+ flex: 1 1 0;
306
+ min-width: 0;
305
307
  // max-width: 50vw;
306
308
  }
307
309
  }