Explorar o código

fix: rich text input width styling

Timothy J. Baek hai 6 meses
pai
achega
73b33c3781
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>