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.
This commit is contained in:
Daniel Volz
2026-02-22 17:57:36 +01:00
committed by GitHub
parent e9f2760815
commit 259f00e7a0
3 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -4549,7 +4549,7 @@ button.has-validation-error {
}
.med-detail-body {
padding: 1.5rem 2rem 0;
padding: 1.5rem 2rem 2rem;
background: var(--bg-primary);
}