Преглед изворни кода

fix: rich text input width styling

Timothy J. Baek пре 6 месеци
родитељ
комит
73b33c3781
1 измењених фајлова са 1 додато и 1 уклоњено
  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>