@asd20/ui 3.2.607 → 3.2.608

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.607",
8
+ "version": "3.2.608",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -89,6 +89,7 @@
89
89
  omit-calls-to-action
90
90
  />
91
91
  <asd20-page-content
92
+ :class="wayFindingPrimaryMessages.length > 3 ? 'limit-message-width' : ''"
92
93
  :primary-messages="wayFindingPrimaryMessages"
93
94
  :secondary-messages="secondaryMessages"
94
95
  omit-body-content
@@ -299,4 +300,16 @@ export default {
299
300
  // }
300
301
  }
301
302
  }
303
+ @media (min-width: 1790px) {
304
+ .limit-message-width {
305
+ .primary-messaging-section,
306
+ .secondary-messaging-section {
307
+ .asd20-messaging {
308
+ flex: 1 1 var(--minimum-column-width);
309
+ margin: var(--gutter) !important;
310
+ max-width: 30%;
311
+ }
312
+ }
313
+ }
314
+ }
302
315
  </style>