Align payment service setting checkboxes to top of their labels rather than bottom

This commit is contained in:
Paul Dechov 2018-01-24 17:24:07 -05:00
parent eff0b62391
commit d4a8ef4da1
1 changed files with 2 additions and 1 deletions

View File

@ -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;