@happeouikit/content-renderer 3.2.11 → 3.2.13

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.es.js CHANGED
@@ -5361,6 +5361,7 @@ const ni = ai(), ii = new RegExp(rt, "gi"), ui = new RegExp(
5361
5361
  text-align: left;
5362
5362
  border-spacing: 0;
5363
5363
  border-collapse: separate; // doubles internal borders, but needed to allow more customization
5364
+ table-layout: fixed; // allows overflowing cells to have internal scroll bars
5364
5365
  > tbody > tr > td {
5365
5366
  padding: 0.25em 0.5em;
5366
5367
  border: 0.5px solid rgba(0, 0, 0, 0.12);
@@ -5385,10 +5386,6 @@ const ni = ai(), ii = new RegExp(rt, "gi"), ui = new RegExp(
5385
5386
  text-decoration: line-through !important;
5386
5387
  }
5387
5388
  }
5388
- &.cell-disable-break-word {
5389
- // v2-widgets apply word-break: break-word, this allows users to override it
5390
- word-break: normal;
5391
- }
5392
5389
  }
5393
5390
  // to "cancel" the separate borders style, we halve all borders to 0.5px
5394
5391
  // but override with 1px for external borders