mirror of
https://github.com/open-webui/open-webui
synced 2024-11-21 23:57:51 +00:00
refac: styling
This commit is contained in:
parent
81bb2750e0
commit
a2476eb1b5
@ -321,7 +321,7 @@
|
||||
<span class="relative inline-flex rounded-full size-2 bg-yellow-500" />
|
||||
</span>
|
||||
</div>
|
||||
<div class=" translate-y-[0.5px]">
|
||||
<div class=" translate-y-[0.5px] line-clamp-1">
|
||||
{selectedToolIds
|
||||
.map((id) => {
|
||||
return $tools ? $tools.find((tool) => tool.id === id)?.name : id;
|
||||
|
Loading…
Reference in New Issue
Block a user