Browse Source

fix: rich text input width styling

Timothy J. Baek 6 months ago
parent
commit
73b33c3781
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/common/RichTextInput.svelte

+ 1 - 1
src/lib/components/common/RichTextInput.svelte

@@ -424,4 +424,4 @@
 	});
 </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>