Skip to content

Commit 20a3a4c

Browse files
grahamritterGraham Ritterclaude
authored
Fix mobile selector row truncating description text (#695)
The base .tk-selector-row sets height: 40px, but the mobile override only set min-height: 54px without resetting height to auto. This prevented the row from growing when description text wraps, clipping "more" in "TypeScript, React, React Native, and more" on narrow screens. Co-authored-by: Graham Ritter <graham@Grahams-MacBook-Pro.local> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ccb9fd8 commit 20a3a4c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,6 +1132,7 @@ a.nav-tabs-item[href="/welcome"][data-active="true"]::before {
11321132
align-items: center;
11331133
width: 100%;
11341134
max-width: 100%;
1135+
height: auto;
11351136
min-height: 54px;
11361137
padding: 8px;
11371138
white-space: normal;

0 commit comments

Comments
 (0)