When viewing in Chrome and Firefox, the text on the button wraps and takes up two lines. However, in Internet Explorer, the text on the button does not wrap and the button extends.
Take a look at the download button for $4.99 on
CSS :
.paypalOrderSubmitButton {
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
line-height: 100%;
font-weight: normal;
border-radius: 0.5em;
padding: .5em 2em .55em;
text-align: center;
box-shadow: 0 1px 2px rgba(0,0,0,.2);
color: white!important;
border: solid 1px #DA7C0C;
background: #FAA51A;
white-space: normal;
}
Thanks