@asd20/ui 3.2.896 → 3.2.897

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.896",
8
+ "version": "3.2.897",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -316,8 +316,12 @@ export default {
316
316
  margin: space(0.25) 0 0 space(0.5);
317
317
  }
318
318
  }
319
- ::v-deep .asd20-checkbox label {
320
- padding: space(0.5) space(1);
319
+ ::v-deep .asd20-checkbox {
320
+ justify-content: flex-end;
321
+ label {
322
+ padding: space(0.5) space(1);
323
+ flex-grow: 0;
324
+ }
321
325
  }
322
326
  }
323
327
  @media (min-width: 768px) {