我当前正在使用引导程序4。我试图在卡头上对齐文本,我尝试使用,ml-auto
但是它不起作用。有什么解决方案?
这是我的卡头代码:
<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>
Run Code Online (Sandbox Code Playgroud)