Skip to content

Conversation

@daniel-lxs
Copy link
Member

@daniel-lxs daniel-lxs commented Jun 13, 2025

Closes #4630

  • Add shrink-0 class to installed badge to prevent flexbox squeezing
  • Change container from overflow-x-auto to flex-wrap to allow labels to wrap instead of overflow
  • Fixes issue where Korean text '설치됨' was being squeezed to only show '치'

Important

Prevent 'installed' label squeezing in MarketplaceItemCard by adding shrink-0 class and allowing label wrapping.

  • UI Fixes:
    • Add shrink-0 class to the 'installed' badge in MarketplaceItemCard to prevent flexbox squeezing.
    • Change container from overflow-x-auto to flex-wrap in MarketplaceItemCard to allow labels to wrap instead of overflow.
  • Localization:
    • Fix issue where Korean text '설치됨' was being squeezed to only show '치'.

This description was created by Ellipsis for 1a377e2. You can customize this summary. It will automatically update as commits are pushed.

…4630)

- Add shrink-0 class to installed badge to prevent flexbox squeezing
- Change container from overflow-x-auto to flex-wrap to allow labels to wrap instead of overflow
- Fixes issue where Korean text '설치됨' was being squeezed to only show '치'
@daniel-lxs daniel-lxs requested review from cte, jr and mrubens as code owners June 13, 2025 14:11
@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. UI/UX UI/UX related or focused labels Jun 13, 2025
@daniel-lxs daniel-lxs moved this from Triage to PR [Needs Review] in Roo Code Roadmap Jun 13, 2025
Copy link
Collaborator

@mrubens mrubens left a comment

Choose a reason for hiding this comment

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

Thank you!

@mrubens mrubens merged commit a1b8b12 into main Jun 13, 2025
22 checks passed
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jun 13, 2025
@mrubens mrubens deleted the fix/issue-4630-installed-label-squeezed branch June 13, 2025 15:28
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Jun 13, 2025
@github-project-automation github-project-automation bot moved this from PR [Needs Review] to Done in Roo Code Roadmap Jun 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm This PR has been approved by a maintainer PR - Needs Review size:XS This PR changes 0-9 lines, ignoring generated files. UI/UX UI/UX related or focused

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

"Installed" Badge is squeezed for CJK text

4 participants