@marimo-team/islands 0.20.5-dev41 → 0.20.5-dev43

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": "@marimo-team/islands",
3
- "version": "0.20.5-dev41",
3
+ "version": "0.20.5-dev43",
4
4
  "main": "dist/main.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -471,7 +471,7 @@ const StorageNamespaceSection: React.FC<{
471
471
  <ErrorState
472
472
  error={error}
473
473
  style={indentStyle(1)}
474
- className="py-1 text-xs h-auto"
474
+ className="py-1 text-xs h-auto overflow-auto max-h-32 items-start"
475
475
  showIcon={false}
476
476
  />
477
477
  )}