Browse Source

fix: rich text input width styling

Timothy J. Baek 6 tháng trước cách đây
mục cha
commit
73b33c3781
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>