@eturnity/eturnity_reusable_components 8.7.4-EPDM-12729.12 → 8.7.4-EPDM-12729.13

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_reusable_components",
3
- "version": "8.7.4-EPDM-12729.12",
3
+ "version": "8.7.4-EPDM-12729.13",
4
4
  "files": [
5
5
  "dist",
6
6
  "src"
@@ -425,7 +425,7 @@
425
425
 
426
426
  // Calculate new width
427
427
  const calculatedWidth = Math.min(
428
- Math.max(contentWidth, 200),
428
+ Math.max(contentWidth, 230),
429
429
  parseInt(props.maxWidth, 10)
430
430
  )
431
431