style(mockups): keep tool-card titles on their own line#226
Merged
Conversation
Cosmetic polish for the tools-page mockups. In the wide "All tools" tiles the title shared a flex-wrap row with up to three badges (Suggested / status / Source-backed), so long titles like "Clinical KB Search" wrapped around the pills. Put the title on its own line with the badge cluster beneath it (matching the compact ToolCard), and tighten the badge gap to gap-1.5 for a consistent cluster. No behavior or structural change; responsive guard 7/7, no overflow. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
BigSimmo
enabled auto-merge (squash)
July 3, 2026 08:00
BigSimmo
added a commit
that referenced
this pull request
Jul 3, 2026
…icts) Brings main's 8 commits into the PR #225 branch. Resolved 11 conflicts: - globals.css + 2 chat-UI docs: took main (merged type-scale --text-lg-minus/ --text-2xl-minus tokens; colour-alignment doc notes). - tools-page-mockup-page.tsx: took main's #226 "tool-card title on its own line". - differentials-home.tsx: took main's docked mobile compare bar. - tool-fixtures.ts: took main's "Saved" personal-area label. - tests/ui-tools.spec.ts: took main's added tablet comparison test. - ui-primitives.tsx + docs/redesign/09: kept the branch's L8 disabled-state contract. - differential-presentation-workflow-page.tsx: kept the branch's 2-button mobile bar. - global-mockup-search-shell.tsx: dropped the workflowCopyText prop — main's header refactor removed its receiver, so the header copy-summary button is superseded. Typecheck clean on the merge result. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What
Cosmetic polish for the tools-page mockups (
src/components/tools-page-mockups/tools-page-mockup-page.tsx) — no behavior or structural change:WideToolTile("All tools" cards): the title now sits on its own line with the badge cluster (Suggested / status / Source-backed) beneath it, so long titles like "Clinical KB Search" no longer wrap around the pills.ToolCard: badge gapgap-2 → gap-1.5so both card types read identically.Why
Follow-up polish after the tools mockups merged (#215). With up to three badges per card, the title shared a flex-wrap row and broke across the pills.
Verification
🤖 Generated with Claude Code