<style> .fixed_width { max-width: 50px; border: 1px solid black; } .nowrap { white-space: nowrap; } </style> <div class="fixed_width"> <span class="nowrap">ABC</span><span> </span><span class="nowrap">ABC</span> </div>