mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac: styling
This commit is contained in:
parent
5cca378cc8
commit
83d2bf1c0d
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@
|
|||
{#if edit}
|
||||
<div class="py-2">
|
||||
<Textarea
|
||||
class=" bg-transparent outline-none w-full resize-none"
|
||||
className=" bg-transparent outline-none w-full resize-none"
|
||||
bind:value={editedContent}
|
||||
onKeydown={(e) => {
|
||||
if (e.key === 'Escape') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue