From 259f00e7a07af11468d32aaa779d9323169ef78a Mon Sep 17 00:00:00 2001 From: Daniel Volz Date: Sun, 22 Feb 2026 17:57:36 +0100 Subject: [PATCH] fix: unify number stepper layout and detail modal padding (#279) Reorder stepper DOM elements (input first) and apply refill-number-stepper class to both steppers for consistent CSS order-based layout. Fix missing bottom padding on .med-detail-body. --- frontend/src/components/MedDetailModal.tsx | 36 ++++++++++---------- frontend/src/styles.css | 2 +- frontend/src/styles/medication-workflows.css | 6 ++-- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/frontend/src/components/MedDetailModal.tsx b/frontend/src/components/MedDetailModal.tsx index d29bfc9..d401943 100644 --- a/frontend/src/components/MedDetailModal.tsx +++ b/frontend/src/components/MedDetailModal.tsx @@ -275,6 +275,14 @@ export function MedDetailModal({ return (
+ onChange(e.target.value)} + onBlur={onBlur} + /> - onChange(e.target.value)} - onBlur={onBlur} - /> +
+