Browse Source

fix: styling

Timothy Jaeryang Baek 5 months ago
parent
commit
6ba2c84c65
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/lib/components/chat/MessageInput/InputMenu.svelte

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

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