mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 16:59:42 +00:00
fix: rich text input width styling
This commit is contained in:
parent
60dd3230ae
commit
73b33c3781
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user