Skip to content

fix(ledger): chips on second row so titles fit - #190

Merged
Flotapponnier merged 1 commit into
devfrom
fix/ledger-chips-second-row
May 29, 2026
Merged

fix(ledger): chips on second row so titles fit#190
Flotapponnier merged 1 commit into
devfrom
fix/ledger-chips-second-row

Conversation

@Flotapponnier

Copy link
Copy Markdown
Collaborator

Reported visually: chips ('#1 · BASE', '#1 · BNB CHAIN', '#1 · SOLANA') were inline next to provider name → names truncated to 'Mo...', 'Cod...', 'GeckoTerm...'.

Restructure: wrap logo + name + tag + type in top flex row, push chips to a second flex-wrap row indented to align under the name. Chips still md+ only.

Reported visually: chips ('#1 · BASE', '#1 · BNB CHAIN', '#1 · SOLANA') were rendered inline in the same flex row as the provider logo + name + tag + type badge, eating horizontal space on the name column. Names truncated to 'Mo...', 'Cod...', 'GeckoTerm...' on the bench leaderboard.
Restructure: wrap in a flex-col, keep logo/name/tag/type on top line, push the chips to a second flex-wrap row indented 28 px to align under the name. Chips still md+ only.
@Flotapponnier
Flotapponnier merged commit 82a609e into devMay 29, 2026
@Flotapponnier
Flotapponnier deleted the fix/ledger-chips-second-row branch June 9, 2026 21:42
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@Flotapponnier