From e953059cdc1de21d03ece50c8b719da9fa3433b8 Mon Sep 17 00:00:00 2001 From: mrleemurray Date: Mon, 2 Feb 2026 15:28:12 +0000 Subject: [PATCH] fix: adjust font size for tool calls in chat component --- src/vs/workbench/contrib/chat/browser/widget/media/chat.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vs/workbench/contrib/chat/browser/widget/media/chat.css b/src/vs/workbench/contrib/chat/browser/widget/media/chat.css index 8965d762bb3..d0831ab9c95 100644 --- a/src/vs/workbench/contrib/chat/browser/widget/media/chat.css +++ b/src/vs/workbench/contrib/chat/browser/widget/media/chat.css @@ -2169,6 +2169,7 @@ have to be updated for changes to the rules above, or to support more deeply nes align-items: center; gap: 4px; margin: 0 0 6px 2px; + font-size: 13px; /* Tool calls transition from a progress to a collapsible list part, which needs to have this top padding. The working progress also can be replaced by a tool progress part. So align this padding so the text doesn't appear to shift. */