fix: rich text input width styling

This commit is contained in:
Timothy J. Baek 2024-10-19 15:03:20 -07:00
parent 60dd3230ae
commit 73b33c3781

View File

@ -424,4 +424,4 @@
}); });
</script> </script>
<div bind:this={element} class="relative w-full h-full min-h-fit {className}"></div> <div bind:this={element} class="relative w-full min-w-full h-full min-h-fit {className}"></div>