We're currently implementing invoice payments with the new Stripe button over at Paydirt (https://paydirtapp.com).
One little issue: in Chromium 20.0.1132.47, the button renders with a line break and overflows the iframe like this: http://imgur.com/88st1
The same page renders the button fine in Firefox and other Chrome browsers I checked. Adding `white-space: nowrap;` via the Chrome inspector fixes the problem.
I'm tristan[ at ]paydirtapp.com if you need it replicated.
We're currently implementing invoice payments with the new Stripe button over at Paydirt (https://paydirtapp.com).
One little issue: in Chromium 20.0.1132.47, the button renders with a line break and overflows the iframe like this: http://imgur.com/88st1
The same page renders the button fine in Firefox and other Chrome browsers I checked. Adding `white-space: nowrap;` via the Chrome inspector fixes the problem.
I'm tristan[ at ]paydirtapp.com if you need it replicated.
Cheers.