@lobb-js/studio 0.4.0 → 0.5.0

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.
@@ -217,7 +217,7 @@
217
217
  {/if}
218
218
  </div>
219
219
 
220
- <div bind:this={editorElement} class="rte-content min-h-48 p-3 text-sm"></div>
220
+ <div bind:this={editorElement} class="rte-content min-h-48 max-h-96 overflow-y-auto p-3 text-sm"></div>
221
221
  </div>
222
222
 
223
223
  <style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobb-js/studio",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"