Skip to content

fix font size differences in thinking#280849

Merged
justschen merged 1 commit intomicrosoft:mainfrom
justschen:justin/riolu
Dec 3, 2025
Merged

fix font size differences in thinking#280849
justschen merged 1 commit intomicrosoft:mainfrom
justschen:justin/riolu

Conversation

@justschen
Copy link
Copy Markdown
Collaborator

@justschen justschen commented Dec 3, 2025

fix #280795

Copilot AI review requested due to automatic review settings December 3, 2025 03:43
@vs-code-engineering vs-code-engineering bot added this to the November 2025 milestone Dec 3, 2025
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a font-size inconsistency for code elements within chat thinking content labels. The change removes an erroneous font-size: inherit declaration that was preventing code elements from using the correct, smaller font-size defined in the base chat styles.

Key Changes

  • Removes font-size: inherit from .chat-used-context-label code selector in chatThinkingContent.css, allowing code elements to use the correct smaller font-size (--vscode-chat-font-size-body-xs) as defined in the main chat.css file

@justschen justschen enabled auto-merge (squash) December 3, 2025 03:48
@justschen justschen merged commit b03e656 into microsoft:main Dec 3, 2025
24 checks passed
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Jan 17, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inconsistent codespan font size in thinking block

3 participants