@redseed/redseed-ui-vue3 5.4.6 → 5.4.7

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": "5.4.6",
3
+ "version": "5.4.7",
4
4
  "description": "RedSeed UI Vue 3 components",
5
5
  "main": "index.js",
6
6
  "repository": "https://github.com/redseedtraining/redseed-ui",
@@ -110,7 +110,7 @@ const emit = defineEmits(['click:more-actions'])
110
110
  }
111
111
 
112
112
  &__header {
113
- @apply flex-1 flex justify-between md:items-center gap-x-3;
113
+ @apply flex-1 flex justify-between items-start gap-x-3;
114
114
  }
115
115
 
116
116
  &__icon {
@@ -119,7 +119,7 @@ const emit = defineEmits(['click:more-actions'])
119
119
  }
120
120
 
121
121
  &__text {
122
- @apply flex-1 flex flex-col gap-y-0.5 pt-2 md:pt-0;
122
+ @apply flex-1 flex flex-col gap-y-0.5 pt-2 md:pt-1.5;
123
123
  }
124
124
 
125
125
  &__title {