portfolio-edit: indent add form 12px to match panel-header
Composer had zero horizontal padding so the leading `$` prompt was flush with the panel border. Match the panel-header's 12px horizontal inset so the form sits inside the panel's content gutter. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
477a47be2c
commit
2ffd228976
1 changed files with 1 additions and 1 deletions
|
|
@ -2365,7 +2365,7 @@ a.btn-secondary:hover { color: var(--accent); border-color: var(--accent); }
|
|||
/* ---------- Inline add-position composer ----------------------------- */
|
||||
|
||||
.pf-add {
|
||||
padding: 6px 0 8px;
|
||||
padding: 6px 12px 8px;
|
||||
border-bottom: 1px dashed var(--border);
|
||||
margin-bottom: 6px;
|
||||
font-family: var(--font-mono);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue