From 1a198ede6de09dd23d100449ad299587e21fc347 Mon Sep 17 00:00:00 2001 From: hobokenchicken Date: Tue, 3 Mar 2026 09:30:09 -0500 Subject: [PATCH] fix(dashboard): align user modal form styling with dashboard design system Replace login-style 'form-group' class (absolute-positioned floating labels) with dashboard-standard 'form-control' class (block labels, proper input styling). Add missing 'modal-title' class to headings and remove incorrect 'form-control' class from individual inputs. --- static/js/pages/users.js | 56 ++++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/static/js/pages/users.js b/static/js/pages/users.js index 01d04b84..d933d436 100644 --- a/static/js/pages/users.js +++ b/static/js/pages/users.js @@ -83,25 +83,25 @@ overlay.innerHTML = `