@tsed/tailwind-formio 3.0.0-rc.11 → 3.0.0-rc.12
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 +3 -2
package/package.json
CHANGED
package/styles/tables.css
CHANGED
|
@@ -28,12 +28,13 @@
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.table-cell-header {
|
|
31
|
-
@apply flex flex-col space-y-2
|
|
31
|
+
@apply flex flex-col space-y-2
|
|
32
|
+
;
|
|
32
33
|
&__label {
|
|
33
34
|
@apply flex items-center justify-center;
|
|
34
35
|
|
|
35
36
|
> span:first-child {
|
|
36
|
-
@apply flex-1;
|
|
37
|
+
@apply flex-1 whitespace-nowrap overflow-hidden text-ellipsis;
|
|
37
38
|
}
|
|
38
39
|
}
|
|
39
40
|
|