Consider the following HTML
<div class="buttons">
<button>Left</button>
<button>Middle</button>
<button>Right</button>
</div>
I can see spacing between buttons, which I understand is due to the CR/LF between each button markup.
Is there a way to correct this with CSS?