@redseed/redseed-ui-tailwindcss 6.0.2 → 6.0.4

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.
@@ -23,10 +23,9 @@
23
23
  }
24
24
 
25
25
  .rsui-table__container {
26
- @apply w-full overflow-x-scroll;
26
+ @apply w-full overflow-x-auto;
27
27
  }
28
28
 
29
29
  .rsui-table__footer {
30
30
  @apply w-full border-t border-border-primary overflow-hidden py-3 px-6;
31
31
  }
32
-
package/components/td.css CHANGED
@@ -16,6 +16,5 @@
16
16
  }
17
17
 
18
18
  .rsui-td--fixed {
19
- @apply whitespace-normal overflow-scroll overscroll-contain;
19
+ @apply whitespace-normal overflow-auto overscroll-contain;
20
20
  }
21
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "6.0.2",
3
+ "version": "6.0.4",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "style": "index.css",