trailing-space-align-start-ref.html (246B)
1 <!DOCTYPE html> 2 <style> 3 div { 4 font-family: monospace; 5 font-size: 30px; 6 width: 3ch; 7 overflow: auto; 8 white-space: pre; 9 } 10 </style> 11 <body> 12 <div>0 00</div> 13 <div>0 0</div> 14 <div>0 0</div> 15 <div>0 0</div> 16 <div>0 0<br>0 0</div> 17 </body>