lizaui 10.0.65 → 10.0.66
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/dist/lizaui.css +1 -1
- package/package.json +1 -1
package/dist/lizaui.css
CHANGED
|
@@ -1012,7 +1012,7 @@
|
|
|
1012
1012
|
.table__cell {
|
|
1013
1013
|
background-color: var(--color-content1-default);
|
|
1014
1014
|
padding-inline: calc(var(--spacing, .25rem) * 4);
|
|
1015
|
-
padding-block: calc(var(--spacing, .25rem) *
|
|
1015
|
+
padding-block: calc(var(--spacing, .25rem) * 1);
|
|
1016
1016
|
vertical-align: middle;
|
|
1017
1017
|
font-size: var(--text-sm, .875rem);
|
|
1018
1018
|
line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / .875)));
|