@civicactions/cmsds-open-data-components 3.1.3-alpha.dd → 3.1.3-alpha.dd2
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/main.js +1 -0
- package/dist/main.js.map +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -3033,6 +3033,7 @@ const $6765a74df807d015$var$DataDictionaryTable = ({ tableColumns: tableColumns,
|
|
|
3033
3033
|
style: {
|
|
3034
3034
|
maxWidth: cell.column.getSize()
|
|
3035
3035
|
},
|
|
3036
|
+
className: `${cell.column.id === "titleResizable" ? "ds-u-word-break" : ""}`,
|
|
3036
3037
|
children: (0, $hgUW1$flexRender)(cell.column.columnDef.cell, cell.getContext())
|
|
3037
3038
|
});
|
|
3038
3039
|
})
|