refac: styling

This commit is contained in:
Timothy Jaeryang Baek 2024-11-19 11:09:02 -08:00
parent 81bb2750e0
commit a2476eb1b5

View File

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