mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 12:40:44 +00:00
fix: misaligned right border on tool calls ui and spacing in multiple tool calls ui (#6941)
This commit is contained in:
parent
7fa592f342
commit
4170dbdac3
3 changed files with 8 additions and 7 deletions
|
|
@ -80,6 +80,7 @@ export const ToolGroupMessage: React.FC<ToolGroupMessageProps> = ({
|
|||
marginLeft={1}
|
||||
borderDimColor={hasPending}
|
||||
borderColor={borderColor}
|
||||
gap={1}
|
||||
>
|
||||
{toolCalls.map((tool) => {
|
||||
const isConfirming = toolAwaitingApproval?.callId === tool.callId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue