@asd20/ui 3.2.877 → 3.2.878

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.877",
8
+ "version": "3.2.878",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -274,6 +274,7 @@ export default {
274
274
  margin-top: space(0.5);
275
275
  &::v-deep li {
276
276
  margin-left: 1rem;
277
+ font-size: 0.875rem !important;
277
278
  }
278
279
  }
279
280
  }
@@ -221,6 +221,7 @@ export default {
221
221
  }
222
222
  &::v-deep li {
223
223
  margin-left: 1rem;
224
+ font-size: 1em !important;
224
225
  }
225
226
  }
226
227
  }