@tsed/tailwind-formio 3.0.0-rc.7 → 3.0.0-rc.8

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": "@tsed/tailwind-formio",
3
- "version": "3.0.0-rc.7",
3
+ "version": "3.0.0-rc.8",
4
4
  "description": "Tailwind templates for form.io forms.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
package/styles/tables.css CHANGED
@@ -99,7 +99,7 @@
99
99
  }
100
100
 
101
101
  .table-group {
102
- @apply border-1 border-gray-300 dark:border-gray-700;
102
+ @apply border-1 border-gray-300 dark:border-gray-700 flex flex-col w-full overflow-x-auto;
103
103
 
104
104
  &.border-top-0 {
105
105
  @apply border-t-0;
@@ -115,8 +115,8 @@
115
115
  .pagination-group {
116
116
  @apply border-t-1 border-gray-300 dark:border-gray-700 p-3;
117
117
  }
118
- }
119
118
 
120
- .table-responsive {
121
- @apply block w-full overflow-x-auto;
119
+ .table-group-footer {
120
+ @apply overflow-hidden flex flex-wrap
121
+ }
122
122
  }