@asd20/ui 3.2.630 → 3.2.631

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.630",
8
+ "version": "3.2.631",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -215,7 +215,7 @@ export default {
215
215
  .secondary-messaging-section {
216
216
  // --minimum-column-width: 480px;
217
217
  --gutter: #{space(1)};
218
- display: flex;
218
+ display: block;
219
219
  flex-wrap: wrap;
220
220
  margin: calc(var(--gutter) * -1);
221
221
  padding: space(2) space(3);
@@ -236,7 +236,7 @@ export default {
236
236
  .secondary-messaging-section {
237
237
  // --minimum-column-width: 320px;
238
238
  --gutter: #{space(1)};
239
- display: block;
239
+ display: flex;
240
240
  margin: calc(var(--gutter) * -1);
241
241
  padding: space(2) space(3);
242
242