@xola/ui-kit 2.3.28 → 2.3.29

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/build/ui-kit.mjs CHANGED
@@ -4377,7 +4377,7 @@ const Qs = {}, qs = {
4377
4377
  "div",
4378
4378
  {
4379
4379
  className: x(
4380
- "flex w-full p-2 sm:justify-center sm:space-x-2 xl:justify-between",
4380
+ "flex w-full flex-wrap gap-2 p-2 sm:justify-center sm:space-x-2 xl:justify-between",
4381
4381
  l && "sticky top-0 z-50 bg-black"
4382
4382
  )
4383
4383
  },