fds-vue-core 8.2.0 → 8.2.1

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.
@@ -1583,7 +1583,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
1583
1583
  const emit = __emit;
1584
1584
  const { disabled, href, target, rel, attrs } = useAttrsWithDefaults(props);
1585
1585
  const rootClasses = vue.computed(() => [
1586
- props.block ? "flex w-full" : "inline-flex shrink-0 self-center",
1586
+ props.block ? "flex w-full" : "inline-flex shrink-0 self-start",
1587
1587
  "transition-opacity duration-200"
1588
1588
  ]);
1589
1589
  const externalClass = vue.computed(() => attrs.class);