@asd20/ui 3.2.475 → 3.2.476

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.475",
8
+ "version": "3.2.476",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -290,7 +290,7 @@ export default {
290
290
  .fileList {
291
291
  padding: space(3.5);
292
292
  display: flex;
293
-
293
+ flex-direction: column;
294
294
  --minimum-column-width: 450px;
295
295
  --gutter: #{space(1)};
296
296
  &::v-deep .asd20-person-list {