@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
|
@@ -110,7 +110,7 @@ const emit = defineEmits(['click:more-actions'])
|
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
&__header {
|
|
113
|
-
@apply flex-1 flex justify-between
|
|
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-
|
|
122
|
+
@apply flex-1 flex flex-col gap-y-0.5 pt-2 md:pt-1.5;
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
&__title {
|