From 94f58d2f5e2cc51b3d7e0adb8b664fa3822c7b7a Mon Sep 17 00:00:00 2001 From: drummer83 Date: Sun, 16 Feb 2025 17:42:43 +0100 Subject: [PATCH] Adjust margin-top for checkboxes on the report pages Apply it only to the checkboxes on the report pages, not to one on the orders page. --- app/webpacker/css/admin_v3/shared/forms.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/webpacker/css/admin_v3/shared/forms.scss b/app/webpacker/css/admin_v3/shared/forms.scss index 8ec94a2389..cd2729fa8d 100644 --- a/app/webpacker/css/admin_v3/shared/forms.scss +++ b/app/webpacker/css/admin_v3/shared/forms.scss @@ -313,6 +313,12 @@ select { background-color: white; } +.rendering-options { + .inline-checkbox { + margin-top: 2px; + } +} + .inline-checkbox { display: inline-flex; align-items: center;