Timothy J. Baek hace 7 meses
padre
commit
d6d6098378
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/lib/components/chat/Overview/Node.svelte

+ 1 - 1
src/lib/components/chat/Overview/Node.svelte

@@ -26,7 +26,7 @@
 				/>
 				<div class="ml-2">
 					<div class=" flex justify-between items-center">
-						<div class="text-xs text-black dark:text-white font-medium">
+						<div class="text-xs text-black dark:text-white font-medium line-clamp-1">
 							{data?.user?.name ?? 'User'}
 						</div>
 					</div>