From 75d1a421d4c0cefcf2392c581888a60dca1844e8 Mon Sep 17 00:00:00 2001 From: Eric Gullickson <16152721+ericgullickson@users.noreply.github.com> Date: Sun, 4 Jan 2026 18:36:45 -0600 Subject: [PATCH] fix: Use line-height for file input vertical centering (refs #19) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use leading-[44px] to match the h-11 height, which should vertically center the file input content. Removed padding that was conflicting. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../documents/components/DocumentForm.tsx | 2 +- padding-issue.html | 54 +++++++++++++++++++ 2 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 padding-issue.html diff --git a/frontend/src/features/documents/components/DocumentForm.tsx b/frontend/src/features/documents/components/DocumentForm.tsx index 7dd62af..933a0bc 100644 --- a/frontend/src/features/documents/components/DocumentForm.tsx +++ b/frontend/src/features/documents/components/DocumentForm.tsx @@ -376,7 +376,7 @@ export const DocumentForm: React.FC = ({ onSuccess, onCancel
setFile(e.target.files?.[0] || null)} diff --git a/padding-issue.html b/padding-issue.html new file mode 100644 index 0000000..849d81e --- /dev/null +++ b/padding-issue.html @@ -0,0 +1,54 @@ + + + + + + + + MotoVaultPro + + + + + + + + + + + + + + + + + + + + +
+ + \ No newline at end of file