Explorar o código

Fix card title direction and alignment (for RTL)

Elkana Bardugo hai 2 meses
pai
achega
0888ddde7c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/lib/components/layout/Sidebar/ChatItem.svelte

+ 1 - 1
src/lib/components/layout/Sidebar/ChatItem.svelte

@@ -274,7 +274,7 @@
 			draggable="false"
 		>
 			<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}
 				</div>
 			</div>