mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 13:25:20 +00:00
Update ChatItem.svelte: Revert text-align for download button in rtl
prevent button overriding because the menu button is in absolute position and it doesn't have start/end properties
This commit is contained in:
parent
93590d224b
commit
d26569f636
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@
|
|||
draggable="false"
|
||||
>
|
||||
<div class=" flex self-center flex-1 w-full">
|
||||
<div dir=auto class=" text-start self-center overflow-hidden w-full h-[20px]">
|
||||
<div dir=auto class="text-left self-center overflow-hidden w-full h-[20px]">
|
||||
{title}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue