@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
|
@@ -110,7 +110,7 @@ function onClick() {
|
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
&__meta {
|
|
113
|
-
@apply
|
|
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>
|