HTML similar to the example below is working perfectly, however, there seems to be an issue with Sharepoint 2013's editor. When trying to edit the link text within a block that has 'display: block' or 'float', it becomes impossible. As soon as those properties are removed, editing the link text becomes possible again. Is there a way to achieve the same effect of 'display: block' without using display or float and have it span the whole width available?
<div class="button">
<a href="#">Link Text</a>
</div>