Skip to content

Commit

Permalink
Merge pull request #2950 from WPO-Foundation/B168255
Browse files Browse the repository at this point in the history
fix: BUG 168255: removed fixed width from form inputs
  • Loading branch information
mjkozicki authored Aug 23, 2023
2 parents 9d64b53 + b9375f1 commit 5960fed
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions www/templates/account/includes/chargify-payment-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,23 +90,13 @@
placeholder: 'MM',
message: 'Invalid Month',
required: true,
style: {
input: {
width: '158px'
}
}
},
year: {
selector: '#cc_year',
label: 'Year',
placeholder: 'YYYY',
message: 'Invalid Year',
required: true,
style: {
input: {
width: '158px'
}
}
},
cvv: {
selector: '#cc_cvv',
Expand All @@ -115,11 +105,6 @@
required: true,
message: 'Invalid CVC',
required: true,
style: {
input: {
width: '158px'
}
}
}
}
});
Expand Down

0 comments on commit 5960fed

Please sign in to comment.