From f25ed8bc5d6b9a5e4faf41c2bbd075bd50c28564 Mon Sep 17 00:00:00 2001 From: fen Date: Thu, 10 Sep 2026 17:58:21 -0500 Subject: [PATCH] #240: keep submenu padding on burn-after-read row --- internal/web/static/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/web/static/app.css b/internal/web/static/app.css index 66f6510..c74693c 100644 --- a/internal/web/static/app.css +++ b/internal/web/static/app.css @@ -435,7 +435,7 @@ td a.slug.paste-name { background: none; padding: 0; border-radius: 0; font-fami /* protection section rhythm (#20) */ .protect { display: flex; flex-direction: column; gap: 2px; } -.protect .pw-row { padding: 2px 8px 4px; } +.protect .pw-row:not(.submenu) { padding: 2px 8px 4px; } /* submenu number boxes (#157): styled number inputs + unit selects, padded + indented to line up with parent option labels */ -- 2.54.0