Hello, I've got a Bootstrap list here:
<h4><i class="fa fa-flag" aria-hidden="true"></i> 2</h4>
<ul id="filter-version" class="filter multiple-select term-list">
<li data-id="3">
<a href="#">a</a>
</li>
<li data-id="1">
<a href="#">b</a>
</li>
<li data-id="2">
<a href="#">c</a>
</li>
</ul><button class="btn btn-default btn-sm more-less">Więcej</button>
<span class="btn btn-default btn-sm start-filter" data-filter="version">Pokaż</span>
Any ideas on how to properly align "Więcej" and "Pokaż" to the right? Whenever I use float: right, the buttons end up in line with numbers "1, 2, 3, 4".
Thanks!
http://jsfiddle.net/C2K9Z/156/