I have the following column of a table:
<td style="font-size:10%">
<p class="list-group-item-text">
<a href="@Url.Action("Cidade", "Cidade", new { cidadecod = item.cidadecod, contratocod = item.contratocod })" class="list-group-item active" , style="font-size: 15px">
@item.cidadenome
<span class="badge" style="font-size: 11px; background-color:@item.statusservidor_stts;">
@item.statusservidor
</span>
</a>
</p>
</td>
But the Span element is behind the blue part, as in the image below:
I wish he would stay ahead. What should I do?