can anyone help
<div class="col-auto mt-lg-0 mt-2">
<a href="#" style="--bs-btn-font-size: .95rem;" class="btn btn-outline-secondary">
<i class="bi bi-download"></i>
Download
</a>
</div>
I have tried using d-flex align-items-center
in tag a
but still doesn’t work
result
icon button
2
Answers
wrap it on div with class ‘btn-group’
You just have to give a span tag and add m-auto class to that span tag. Try below code: