From 2ffd22897678240c7a93fe7e6127850bc579f787 Mon Sep 17 00:00:00 2001 From: Giorgio Gilestro Date: Wed, 27 May 2026 15:20:20 +0200 Subject: [PATCH] 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 --- app/static/css/cassandra.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/css/cassandra.css b/app/static/css/cassandra.css index 383af78..55096c3 100644 --- a/app/static/css/cassandra.css +++ b/app/static/css/cassandra.css @@ -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);