mirror of
https://github.com/open-webui/open-webui
synced 2025-02-23 13:51:07 +00:00
Fix card title direction and alignment (for RTL)
This commit is contained in:
parent
834617ab91
commit
0888ddde7c
@ -274,7 +274,7 @@
|
|||||||
draggable="false"
|
draggable="false"
|
||||||
>
|
>
|
||||||
<div class=" flex self-center flex-1 w-full">
|
<div class=" flex self-center flex-1 w-full">
|
||||||
<div class=" text-left self-center overflow-hidden w-full h-[20px]">
|
<div dir=auto class=" text-start self-center overflow-hidden w-full h-[20px]">
|
||||||
{title}
|
{title}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user