@asd20/ui 3.2.877 → 3.2.879

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.879",
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
  }
@@ -212,6 +212,7 @@ export default {
212
212
  display: flex;
213
213
  max-width: 100%;
214
214
  padding: space(1);
215
+ font-size: 1rem;
215
216
 
216
217
  * {
217
218
  align-items: center;
@@ -221,6 +222,7 @@ export default {
221
222
  }
222
223
  &::v-deep li {
223
224
  margin-left: 1rem;
225
+ font-size: 1rem !important;
224
226
  }
225
227
  }
226
228
  }