We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd76bc commit 3753f3fCopy full SHA for 3753f3f
webview-ui/src/components/chat/TaskHeader.tsx
@@ -113,8 +113,7 @@ const TaskHeader = ({
113
title={t("chat:task.condenseContext")}
114
disabled={buttonsDisabled}
115
onClick={() => currentTaskItem && handleCondenseContext(currentTaskItem.id)}
116
- className="shrink-0"
117
- style={{ minHeight: "20px", minWidth: "20px", padding: "2px" }}
+ className="shrink-0 min-h-[20px] min-w-[20px] p-[2px]"
118
/>
119
{!!totalCost && <VSCodeBadge>${totalCost.toFixed(2)}</VSCodeBadge>}
120
</div>
0 commit comments