fix: styling

This commit is contained in:
Timothy Jaeryang Baek 2024-11-18 21:00:53 -08:00
parent 9ea1c45641
commit 6ba2c84c65

View File

@ -80,7 +80,9 @@
placement="top-start" placement="top-start"
className="flex flex-1 gap-2 items-center" className="flex flex-1 gap-2 items-center"
> >
<WrenchSolid /> <div class="flex-shrink-0">
<WrenchSolid />
</div>
<div class=" truncate">{tools[toolId].name}</div> <div class=" truncate">{tools[toolId].name}</div>
</Tooltip> </Tooltip>