@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.cjs.js +1 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -4
- package/dist/index.es.js.map +1 -1
- package/package.json +2 -3
package/dist/index.cjs.js
CHANGED
|
@@ -253,6 +253,7 @@
|
|
|
253
253
|
text-align: left;
|
|
254
254
|
border-spacing: 0;
|
|
255
255
|
border-collapse: separate; // doubles internal borders, but needed to allow more customization
|
|
256
|
+
table-layout: fixed; // allows overflowing cells to have internal scroll bars
|
|
256
257
|
> tbody > tr > td {
|
|
257
258
|
padding: 0.25em 0.5em;
|
|
258
259
|
border: 0.5px solid rgba(0, 0, 0, 0.12);
|
|
@@ -277,10 +278,6 @@
|
|
|
277
278
|
text-decoration: line-through !important;
|
|
278
279
|
}
|
|
279
280
|
}
|
|
280
|
-
&.cell-disable-break-word {
|
|
281
|
-
// v2-widgets apply word-break: break-word, this allows users to override it
|
|
282
|
-
word-break: normal;
|
|
283
|
-
}
|
|
284
281
|
}
|
|
285
282
|
// to "cancel" the separate borders style, we halve all borders to 0.5px
|
|
286
283
|
// but override with 1px for external borders
|