@inntechcorp/it-design 3.1.14 → 3.1.15
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/index.cjs.js +7 -0
- package/dist/index.esm.js +7 -0
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -5182,6 +5182,10 @@
|
|
|
5182
5182
|
td:first-child, th:first-child {
|
|
5183
5183
|
padding-left: 30px;
|
|
5184
5184
|
}
|
|
5185
|
+
|
|
5186
|
+
td:last-child, th:last-child {
|
|
5187
|
+
padding-right: 30px;
|
|
5188
|
+
}
|
|
5185
5189
|
|
|
5186
5190
|
}
|
|
5187
5191
|
|
|
@@ -5190,6 +5194,9 @@
|
|
|
5190
5194
|
td:first-child, th:first-child {
|
|
5191
5195
|
padding-left: 30px;
|
|
5192
5196
|
}
|
|
5197
|
+
td:last-child, th:last-child {
|
|
5198
|
+
padding-right: 30px;
|
|
5199
|
+
}
|
|
5193
5200
|
}
|
|
5194
5201
|
}
|
|
5195
5202
|
|
package/dist/index.esm.js
CHANGED
|
@@ -5182,6 +5182,10 @@ import e from"i18next";import{useTranslation as t,initReactI18next as r}from"rea
|
|
|
5182
5182
|
td:first-child, th:first-child {
|
|
5183
5183
|
padding-left: 30px;
|
|
5184
5184
|
}
|
|
5185
|
+
|
|
5186
|
+
td:last-child, th:last-child {
|
|
5187
|
+
padding-right: 30px;
|
|
5188
|
+
}
|
|
5185
5189
|
|
|
5186
5190
|
}
|
|
5187
5191
|
|
|
@@ -5190,6 +5194,9 @@ import e from"i18next";import{useTranslation as t,initReactI18next as r}from"rea
|
|
|
5190
5194
|
td:first-child, th:first-child {
|
|
5191
5195
|
padding-left: 30px;
|
|
5192
5196
|
}
|
|
5197
|
+
td:last-child, th:last-child {
|
|
5198
|
+
padding-right: 30px;
|
|
5199
|
+
}
|
|
5193
5200
|
}
|
|
5194
5201
|
}
|
|
5195
5202
|
|