Working with Boostrap 4, I have a table cell that has the following appearance:
https://i.sstatic.net/DSaOu.png
I am aiming for the background color to cover the entire cell.
How can I remove the white line that shows up between the bottom border of the cell and its background color?
The code snippet I am currently using is:
<td align="center">
<h6>
<small>
<div class="background-color: p-3 mb-2 bg-primary text-white">
I.E.C.A. (A2)
Ingreso Abogacía (UNC) Enero
</div>
</small>
</h6>
</td>