Commit de57ef5
chore: shorten section label to 'Locations' so the divider stays consistent
"Pathway Browser Locations" was wider than the data column the
divider-name-container is pinned to, so the flex-grow lines on either
side collapsed to zero and the label sat flush left -- inconsistent
with shorter dividers like "Overview" / "Events" / "Authorship".
Tried widening the container so it sized to content, but that pushed
the label outside the content card's left edge on wide layouts.
Cleanest fix is just to use a label short enough to fit the existing
column width with room for the dashes. Context (the section content
lists where in the Pathway Browser the entity appears) makes
"Locations" unambiguous.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 1fa2fd6 commit de57ef5
2 files changed
Lines changed: 2 additions & 1 deletion
File tree
- projects
- pathway-browser/src/app/details/tabs/description-tab
- website-angular/src/app/content/detail
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
507 | 507 | | |
508 | 508 | | |
509 | 509 | | |
510 | | - | |
| 510 | + | |
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| |||
0 commit comments