ods-component-lib 1.13.3 → 1.13.4
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.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -1197,7 +1197,8 @@ function grid(props) {
|
|
|
1197
1197
|
};
|
|
1198
1198
|
return React.createElement(React.Fragment, null, React.createElement("div", {
|
|
1199
1199
|
style: {
|
|
1200
|
-
width:
|
|
1200
|
+
width: "100%",
|
|
1201
|
+
overflowX: 'auto'
|
|
1201
1202
|
}
|
|
1202
1203
|
}, React.createElement(DataGrid, {
|
|
1203
1204
|
dataSource: props.dataSource,
|