Chrome と Firefox では、ボタン内のテキストは折り返され、2 行になります。ただし、Internet Explorer では、ボタン内のテキストが折り返されず、ボタンが拡張されます。
http://www.manual-buddy.com/p/technics/rs1500usvolume1-service-manual.htmlで $4.99 のボタン ダウンロードを参照して ください。
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;
}
ありがとう