Commit 1a377e2
committed
fix: Prevent MCP 'installed' label from being squeezed for CJK text (#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 '치'1 parent 9eb9fab commit 1a377e2
File tree
1 file changed
+2
-2
lines changed- webview-ui/src/components/marketplace/components
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments