@asd20/ui 3.2.980 → 3.2.982

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.980",
8
+ "version": "3.2.982",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -265,6 +265,18 @@ export default {
265
265
  }
266
266
  }
267
267
  }
268
+ @media (min-width: 1500px) {
269
+ .asd20-page-content {
270
+ &--grid {
271
+ .primary-messaging-section,
272
+ .secondary-messaging-section {
273
+ &::v-deep > * {
274
+ max-width: 29%;
275
+ }
276
+ }
277
+ }
278
+ }
279
+ }
268
280
 
269
281
  @media (min-width: 1790px) {
270
282
  .asd20-page-content {
@@ -330,6 +330,8 @@ export default {
330
330
  // }
331
331
  }
332
332
  .asd20-page-content {
333
+ padding: space(1);
334
+
333
335
  .notification-group--inline {
334
336
  flex-basis: 100%;
335
337
  margin: space(2) space(3) space(0) space(3);
@@ -341,8 +343,9 @@ export default {
341
343
  }
342
344
  .asd20-page-content:not(.intro-message) .primary-messaging-section {
343
345
  display: flex;
344
- justify-content: space-between;
346
+ justify-content: flex-start;
345
347
  padding: space(1) space(2) space(1) space(2);
348
+ width: 100%;
346
349
  .asd20-messaging {
347
350
  margin-bottom: space(2) !important;
348
351
  // flex-grow: 1;
@@ -352,7 +355,7 @@ export default {
352
355
  &--grid {
353
356
  .primary-messaging-section,
354
357
  .secondary-messaging-section {
355
- --minimum-column-width: 1000px;
358
+ // --minimum-column-width: 1000px;
356
359
  --gutter: #{space(1)};
357
360
  display: flex;
358
361
  flex-wrap: wrap;