Explorar o código

refac: styling

Timothy Jaeryang Baek hai 5 meses
pai
achega
a2476eb1b5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/lib/components/chat/MessageInput.svelte

+ 1 - 1
src/lib/components/chat/MessageInput.svelte

@@ -321,7 +321,7 @@
 												<span class="relative inline-flex rounded-full size-2 bg-yellow-500" />
 											</span>
 										</div>
-										<div class=" translate-y-[0.5px]">
+										<div class=" translate-y-[0.5px] line-clamp-1">
 											{selectedToolIds
 												.map((id) => {
 													return $tools ? $tools.find((tool) => tool.id === id)?.name : id;