Skip to content

Commit 3753f3f

Browse files
committed
tailwind css
1 parent fbd76bc commit 3753f3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ const TaskHeader = ({
113113
title={t("chat:task.condenseContext")}
114114
disabled={buttonsDisabled}
115115
onClick={() => currentTaskItem && handleCondenseContext(currentTaskItem.id)}
116-
className="shrink-0"
117-
style={{ minHeight: "20px", minWidth: "20px", padding: "2px" }}
116+
className="shrink-0 min-h-[20px] min-w-[20px] p-[2px]"
118117
/>
119118
{!!totalCost && <VSCodeBadge>${totalCost.toFixed(2)}</VSCodeBadge>}
120119
</div>

0 commit comments

Comments
 (0)