@flozy/editor 10.7.4 → 10.7.5

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.
@@ -197,6 +197,7 @@ export default function Select(props) {
197
197
  minHeight: "40px",
198
198
  padding: "2px",
199
199
  gap: "4px",
200
+ overflowX: 'auto',
200
201
  "& .MuiChip-root": {
201
202
  margin: "2px"
202
203
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "10.7.4",
3
+ "version": "10.7.5",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"