@redseed/redseed-ui-vue3 2.18.4 → 2.18.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-vue3",
3
- "version": "2.18.4",
3
+ "version": "2.18.5",
4
4
  "description": "RedSeed UI Vue 3 components",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -113,7 +113,7 @@ function onClick() {
113
113
  @apply rounded-t-lg overflow-hidden;
114
114
  }
115
115
  &__content {
116
- @apply min-h-14 p-3 flex-1 relative;
116
+ @apply min-h-14 p-3 flex-1 flex flex-col relative gap-y-3;
117
117
  &-top {
118
118
  @apply flex items-center;
119
119
  &--action {