From d4a8ef4da12703f17e103a4d8f087c72e56a36f1 Mon Sep 17 00:00:00 2001 From: Paul Dechov Date: Wed, 24 Jan 2018 17:24:07 -0500 Subject: [PATCH] Align payment service setting checkboxes to top of their labels rather than bottom --- assets/css/wc-setup.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/wc-setup.scss b/assets/css/wc-setup.scss index 600f84ba1e8..1ec16038b77 100644 --- a/assets/css/wc-setup.scss +++ b/assets/css/wc-setup.scss @@ -1048,11 +1048,12 @@ p.jetpack-terms { .wc-wizard-service-setting-stripe_create_account, .wc-wizard-service-setting-ppec_paypal_reroute_requests { display: flex; - align-items: flex-end; + align-items: flex-start; margin-top: 0.75em; .payment-checkbox-input { order: 1; + margin-top: 5px; margin-left: 0; margin-right: 0; width: 1.5em;