I'm currently using bootstrap 4. I'm trying to align text right on my card header, I tried using ml-auto
but it didn't work. What could be the solution?
Here's my card header code:
<div class="card-header bg-info text-white">
<a href="#" class="text-white"><i class="fa-th"></i> Media Library</a>
<a href="#" class="text-white ml-auto">Add Media</a>
</div>