@dartech/arsenal-ui 1.3.70 → 1.3.71
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.js +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
@@ -3391,11 +3391,11 @@ const EntityAdditionalFields = ({
|
|
3391
3391
|
container: true,
|
3392
3392
|
wrap: "nowrap",
|
3393
3393
|
direction: "column",
|
3394
|
-
xs: 9,
|
3395
3394
|
spacing: 2,
|
3396
3395
|
style: {
|
3397
3396
|
height: '100%',
|
3398
|
-
overflowY: 'auto'
|
3397
|
+
overflowY: 'auto',
|
3398
|
+
width: '75%'
|
3399
3399
|
}
|
3400
3400
|
}, {
|
3401
3401
|
children: jsx(CreatePropertiesList, {
|