@redseed/redseed-ui-vue3 6.2.2 → 6.2.3

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": "6.2.2",
3
+ "version": "6.2.3",
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 @@ function onClick() {
110
110
  }
111
111
 
112
112
  &__meta {
113
- @apply grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 2xl:grid-cols-5 3xl:grid-cols-6 gap-x-6 gap-y-2;
113
+ @apply max-w-full overflow-x-auto grid grid-cols-1 sm:grid-cols-2 gap-x-6 gap-y-2 lg:flex lg:space-x-8;
114
114
  }
115
115
  }
116
116
  </style>
@@ -118,7 +118,7 @@ const showMetaModal = ref(false)
118
118
 
119
119
  &__meta {
120
120
  @apply hidden;
121
- @apply lg:flex space-x-4;
121
+ @apply lg:flex space-x-8;
122
122
  }
123
123
 
124
124
  &__avatar {