I want to remove the \'s and do the break lines through CSS. If I change the spans to display:block the width will go 100% and I need the w
display:block
You can try with:
display: inline-table;
For me it works fine.