@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 +1 -1
- package/styles/tables.css +4 -4
package/package.json
CHANGED
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-
|
|
121
|
-
|
|
119
|
+
.table-group-footer {
|
|
120
|
+
@apply overflow-hidden flex flex-wrap
|
|
121
|
+
}
|
|
122
122
|
}
|