More stripe integration #6649

Closed
mayeaux wants to merge 17 commits from more-stripe-integration into master
2 changed files with 7 additions and 3 deletions
Showing only changes of commit 1a30783835 - Show all commits

View file

@ -601,6 +601,7 @@ function WalletSendTip(props: Props) {
<FormField
autoFocus
name="tip-input"
className="send__tip_input"
label={
<React.Fragment>
{__('Custom support amount')}{' '}
@ -620,6 +621,9 @@ function WalletSendTip(props: Props) {
min="0"
step="any"
type="number"
style={{
width: activeTab === TAB_FIAT ? '99px' : '160px',
}}
placeholder="1.23"
value={customTipAmount}
onChange={(event) => handleCustomPriceChange(event)}

View file

@ -404,9 +404,9 @@ fieldset-group {
}
}
.form-field--price-amount {
max-width: 6em;
}
//.form-field--price-amount {
// max-width: 6em;
//}
.form-field--price-amount--auto {
width: auto;