Fix save payment method checkbox in checkout

This commit is contained in:
Jonathan Sadowski 2020-11-16 09:23:56 -06:00
parent 67b3d1c5fb
commit 0f85f1d754
1 changed files with 4 additions and 0 deletions

View File

@ -2005,6 +2005,10 @@ a.reset_variations {
margin-bottom: 0;
}
}
input[type=checkbox] {
width: 25px !important;
}
}
> label:first-of-type {