width-exact-fit-ltr.html (390B)
1 <!DOCTYPE HTML> 2 <style> 3 4 button { 5 -moz-appearance: none; 6 background: yellow; 7 border: 2px solid fuchsia; 8 padding: 2px; 9 font-size: 10px; 10 width: 62px; 11 border-radius: 0; /* override mobile/android/themes/core/content.css */ 12 } 13 14 span { 15 display: inline-block; vertical-align: middle; 16 height: 20px; width: 50px; border: 2px solid blue; 17 } 18 19 </style> 20 21 <button><span></span></button>