[pull] main from jason5ng32:main - #124
Merged
Merged
Conversation
The shadcn default geometry (h-9 + py-2 + text-sm) leaves an 18px content box for a 20px line, so the button content overflows by 2px. Safari re-centers that overflow only when the content changes, which nudged the selected label up ~2px on every pick; Chrome stayed put. py-1 gives the line room, and the value span drops -webkit-box line-clamp for real flexbox so its vertical position no longer depends on legacy layout. SelectValue keeps ellipsis for plain text by wrapping the default label in a truncating span — as a flex child, a bare text node can't truncate. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
On phones the connectivity cards sit two per row, and the "Awaiting Test" label in the longer locales (pt-BR 16 chars, fr 18) pushed past the card edge: the span carried `whitespace-nowrap` with nothing to clip it, and `font-mono` cost roughly 20% extra width for what is prose, not data. The status row now drops one size on phones only (`text-sm md:text-base`), the label loses `font-mono` and gains `truncate` with a `:title` so the full string stays reachable, and `shrink-0` on the latency value makes the label give way first. The label stays on a single line, so a card keeps its height when a run finishes and the page does not jitter on refresh. Closes #429
…desktop dropdown (#430) Widen the mobile navigation drawer from w-72 to w-80 and the desktop dropdown grid from min-w-[24rem] to min-w-[28rem]. Replace truncate with leading-snug on tool item buttons so long translated tool names (such as in Portuguese and French) wrap neatly instead of being clipped with an ellipsis. Signed-off-by: Vedant Madane <6527493+VedantMadane@users.noreply.github.com>
Fix(ui): keep the connectivity status label inside its card
…truncation fix(nav): prevent truncation of long tool names in mobile drawer and desktop dropdown (#430)
docs: require Node.js 24 for contributor setup
This branch had an error being deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )