canvasxpress-cli 58.6.5 → 58.7.2

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvasxpress-cli",
3
- "version": "58.6.5",
3
+ "version": "58.7.2",
4
4
  "license": {
5
5
  "type": "Dual licensing",
6
6
  "url": "https://www.canvasxpress.org/docs/license.html"
@@ -2297,12 +2297,11 @@ div.CanvasXpressTableCellLink {
2297
2297
  box-sizing: border-box;
2298
2298
  color: var(--cx-font-color);
2299
2299
  margin: 2px 2px 1px 5px;
2300
- /* overflow: hidden; */
2301
- overflow-y: clip;
2300
+ overflow: hidden;
2302
2301
  position: relative;
2303
- /* text-overflow: ellipsis; */
2304
2302
  text-align: left;
2305
- /* white-space: nowrap; */
2303
+ white-space: pre-wrap;
2304
+ word-break: break-word;
2306
2305
  }
2307
2306
 
2308
2307
  div.CanvasXpressTableCell:hover {