diff --git a/app/webpacker/css/admin/orders.scss b/app/webpacker/css/admin/orders.scss index 74531609f8..2e51e74936 100644 --- a/app/webpacker/css/admin/orders.scss +++ b/app/webpacker/css/admin/orders.scss @@ -1,7 +1,7 @@ .admin-orders-index-search { - .inline-checkbox { - // Ensure it lines up with other fields - min-height: 5.4em; + // Ensure all fields have same min. height so they align well + .field { + min-height: 6em; } } diff --git a/app/webpacker/css/admin_v3/shared/forms.scss b/app/webpacker/css/admin_v3/shared/forms.scss index 0ee5f16f68..cd2729fa8d 100644 --- a/app/webpacker/css/admin_v3/shared/forms.scss +++ b/app/webpacker/css/admin_v3/shared/forms.scss @@ -313,10 +313,15 @@ select { background-color: white; } +.rendering-options { + .inline-checkbox { + margin-top: 2px; + } +} + .inline-checkbox { display: inline-flex; align-items: center; - margin-top: 3px; input, label {