@db-ux/core-components 2.0.3 → 2.0.5

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.
@@ -282,11 +282,11 @@ $input-valid-types:
282
282
  &:is(label),
283
283
  > label {
284
284
  &::after {
285
- @include icons.icon-content("*");
286
-
287
285
  // We're using 1px instead of a token here on purpose, as this is an edge case
288
286
  /* stylelint-disable-next-line db-ux/use-spacings */
289
287
  padding-inline-start: 1px;
288
+
289
+ @include icons.icon-content("*");
290
290
  }
291
291
  }
292
292
  }