cc-core-cli 1.0.163 → 1.0.165
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
|
@@ -1657,4 +1657,10 @@ h4.ant-typography {
|
|
|
1657
1657
|
.login-otp-container input::-webkit-outer-spin-button,
|
|
1658
1658
|
input::-webkit-inner-spin-button {
|
|
1659
1659
|
-webkit-appearance: none;
|
|
1660
|
+
}
|
|
1661
|
+
|
|
1662
|
+
.common-table .ant-table-cell {
|
|
1663
|
+
white-space: nowrap;
|
|
1664
|
+
overflow: hidden;
|
|
1665
|
+
text-overflow: ellipsis;
|
|
1660
1666
|
}
|