@asd20/ui 3.2.609 → 3.2.610

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.609",
8
+ "version": "3.2.610",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -307,7 +307,7 @@ export default {
307
307
  .asd20-messaging {
308
308
  flex: 1 1 var(--minimum-column-width);
309
309
  margin: var(--gutter) !important;
310
- max-width: 30%;
310
+ max-width: 30% !important;
311
311
  }
312
312
  }
313
313
  }
@@ -291,7 +291,7 @@ export default {
291
291
  .asd20-messaging {
292
292
  flex: 1 1 var(--minimum-column-width);
293
293
  margin: var(--gutter) !important;
294
- max-width: 30%;
294
+ max-width: 30% !important;
295
295
  }
296
296
  }
297
297
  }