@asd20/ui 3.2.474 → 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.474",
8
+ "version": "3.2.476",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -144,7 +144,7 @@ export default {
144
144
  display: block;
145
145
  position: absolute;
146
146
  width: 75%;
147
- bottom: space(-.75);
147
+ bottom: space(-0.74);
148
148
  left: space(1.25);
149
149
  height: 60%;
150
150
  right: 0;
@@ -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 {