Skip to content

Revert "fix: file-found Badge vertical (#235159) "#273068

Merged
bpasero merged 1 commit intomainfrom
revert-238757-fix/235159
Oct 24, 2025
Merged

Revert "fix: file-found Badge vertical (#235159) "#273068
bpasero merged 1 commit intomainfrom
revert-238757-fix/235159

Conversation

@bpasero
Copy link
Member

@bpasero bpasero commented Oct 24, 2025

Reverts #238757

Fix #273052

Copilot AI review requested due to automatic review settings October 24, 2025 09:14
Copy link
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 reverts a previous fix (#238757) that attempted to address vertical alignment of file-found badges in the explorer view. The revert removes flexbox alignment properties from both the explorer badge and the icon label container, returning them to their previous display modes.

Key changes:

  • Reverts badge display from inline-flex with centering to inline-block
  • Removes flexbox alignment properties from the icon label container

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/vs/workbench/contrib/files/browser/media/explorerviewlet.css Reverts badge display styling from flexbox to inline-block
src/vs/base/browser/ui/iconLabel/iconlabel.css Removes flexbox display and alignment properties from icon label container

@bpasero bpasero enabled auto-merge (squash) October 24, 2025 09:18
@bpasero bpasero merged commit 2b3de7c into main Oct 24, 2025
28 checks passed
@bpasero bpasero deleted the revert-238757-fix/235159 branch October 24, 2025 09:26
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Dec 8, 2025
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.

Quick open: files picker shows description aligned to the right

3 participants