Skip to content

Commit 9952693

Browse files
robcohenclaude
andcommitted
fix: use fixed width for payee column in Activity panel
Ensures account names are consistently left-aligned by using a fixed 220px width for the payee column instead of flexible 1fr. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d8b9b26 commit 9952693

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,7 @@ a:focus-visible {
13731373

13741374
.tx-row {
13751375
display: grid;
1376-
grid-template-columns: 85px minmax(0, 1fr) minmax(0, 1fr) auto;
1376+
grid-template-columns: 85px 220px 1fr auto;
13771377
gap: 8px;
13781378
padding: 5px 16px;
13791379
font-size: 12px;

0 commit comments

Comments
 (0)