mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-17 14:55:23 +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"
|
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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue