Skip to content

Commit d377e45

Browse files
committed
fix: add right padding to ReasoningBlock header for proper alignment
1 parent 1be489b commit d377e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/chat/ReasoningBlock.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const ReasoningBlock = ({ content, isStreaming, isLast }: ReasoningBlockP
3838

3939
return (
4040
<div className="py-1">
41-
<div className="flex items-center justify-between mb-2.5">
41+
<div className="flex items-center justify-between mb-2.5 pr-2">
4242
<div className="flex items-center gap-2">
4343
<Lightbulb className="w-4" />
4444
<span className="font-bold text-vscode-foreground">{t("chat:reasoning.thinking")}</span>

0 commit comments

Comments
 (0)