canvasxpress-cli 58.5.2 → 58.6.5
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/src/canvasXpress.css +1 -1
- package/src/canvasXpress.js +3 -3
package/package.json
CHANGED
package/src/canvasXpress.css
CHANGED
|
@@ -2298,7 +2298,7 @@ div.CanvasXpressTableCellLink {
|
|
|
2298
2298
|
color: var(--cx-font-color);
|
|
2299
2299
|
margin: 2px 2px 1px 5px;
|
|
2300
2300
|
/* overflow: hidden; */
|
|
2301
|
-
overflow-y:
|
|
2301
|
+
overflow-y: clip;
|
|
2302
2302
|
position: relative;
|
|
2303
2303
|
/* text-overflow: ellipsis; */
|
|
2304
2304
|
text-align: left;
|