@abgov/jsonforms-components 1.43.8 → 1.43.9
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/index.esm.js +4 -0
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -5089,6 +5089,10 @@ const GoABaseInputReviewComponent = props => {
|
|
|
5089
5089
|
reviewText = data ? 'Yes' : 'No';
|
|
5090
5090
|
}
|
|
5091
5091
|
return jsx("div", {
|
|
5092
|
+
style: {
|
|
5093
|
+
textWrap: 'wrap',
|
|
5094
|
+
wordBreak: 'break-word'
|
|
5095
|
+
},
|
|
5092
5096
|
"data-testid": `review-control-${id}`,
|
|
5093
5097
|
children: reviewText
|
|
5094
5098
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abgov/jsonforms-components",
|
|
3
|
-
"version": "1.43.
|
|
3
|
+
"version": "1.43.9",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Government of Alberta - React renderers for JSON Forms based on the design system.",
|
|
6
6
|
"repository": "https://github.com/GovAlta/adsp-monorepo",
|