mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
fix: styling
This commit is contained in:
parent
9ea1c45641
commit
6ba2c84c65
1 changed files with 3 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue