From 1548584c2d370ab24f0420adfae67a3071ecb912 Mon Sep 17 00:00:00 2001 From: Marcelo Paiva Date: Thu, 26 Feb 2026 08:46:40 -0500 Subject: [PATCH] Increase sidebar left padding to pl-4 for safe focus ring clearance pl-3 (12px) exactly matched the 8px outline + 4px offset with no buffer. pl-4 (16px) matches pr-4 and gives 4px clearance to prevent subpixel clipping of focus rings on left-column field type buttons. Co-Authored-By: Claude Sonnet 4.6 --- app/javascript/template_builder/builder.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/template_builder/builder.vue b/app/javascript/template_builder/builder.vue index 793b7473..d910273a 100644 --- a/app/javascript/template_builder/builder.vue +++ b/app/javascript/template_builder/builder.vue @@ -439,7 +439,7 @@