mage2pro / stripe

Stripe integration with Magento 2
https://upwork.com/fl/mage2pro
61 stars 7 forks source link

Stripe.js: «The use of the style property lineHeight is discouraged» #51

Open dmitrii-fediuk opened 6 years ago

dmitrii-fediuk commented 6 years ago

The use of the style property lineHeight is discouraged, because it can lead to visual inconsistencies among various browsers. Consider using a padding on the Element’s container instead.

02

ghost commented 6 years ago

Any progress with this?

dmitrii-fediuk commented 6 years ago

I support only the paying customers.

keerthitn13 commented 3 years ago

Remove line height property from jquery style base,

var card = elements.create('card', { style: { base: { iconColor: '#666EE8', color: '#31325F', **lineHeight: '40px',** fontWeight: 300, fontFamily: 'Helvetica Neue', fontSize: '15px',

  '::placeholder': {
    color: '#CFD7E0',
  },
},

} });