@redseed/redseed-ui-vue3 2.13.0 → 2.13.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-vue3",
3
- "version": "2.13.0",
3
+ "version": "2.13.1",
4
4
  "description": "RedSeed UI Vue 3 components",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -90,7 +90,7 @@ const emptyClass = computed(() => [
90
90
  @apply text-sm text-center *:mb-2;
91
91
  }
92
92
  &__action {
93
- @apply w-full flex flex-wrap items-center justify-center gap-2;
93
+ @apply w-full flex flex-col items-center justify-center gap-4;
94
94
  }
95
95
  }
96
96
  </style>