"test/ut/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "8b2eb425274cdb4537fbce4a315aec12a378d6db"
Commit bc458d3e authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac

parent 0d1f7265
...@@ -52,11 +52,10 @@ ...@@ -52,11 +52,10 @@
class="flex gap-2 items-center px-3 py-2 text-sm font-medium cursor-pointer rounded-xl" class="flex gap-2 items-center px-3 py-2 text-sm font-medium cursor-pointer rounded-xl"
> >
<div class="flex-1 flex items-center gap-2"> <div class="flex-1 flex items-center gap-2">
<Tooltip content={tools[toolId]?.description ?? ''}> <WrenchSolid />
<WrenchSolid /> <Tooltip content={tools[toolId]?.description ?? ''} className="flex-1">
<div class=" line-clamp-1">{tools[toolId].name}</div>
</Tooltip> </Tooltip>
<div class=" line-clamp-1">{tools[toolId].name}</div>
</div> </div>
<Switch <Switch
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment