浏览代码

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>
 </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>