cfel-base-components 2.5.34 → 2.5.35

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cfel-base-components",
3
- "version": "2.5.34",
3
+ "version": "2.5.35",
4
4
  "description": "cfel-base-components",
5
5
  "main": "/src/index.tsx",
6
6
  "types": "src/index.d.ts",
@@ -104,7 +104,7 @@ body {
104
104
  justify-content: flex-start;
105
105
  align-items: center;
106
106
  height: 100%;
107
- max-width: 300px;
107
+ max-width: 400px;
108
108
  z-index: 2;
109
109
 
110
110
  .actions-item {