Skip to content

Commit

Permalink
Merge pull request #293 from nossas/hotfix/candidate-search-card-btn
Browse files Browse the repository at this point in the history
hotfix(vote): add w-100 to conheça btn from candidate search
  • Loading branch information
miguelzinh3 authored Sep 12, 2024
2 parents 238e689 + 2cb6dd6 commit 978dc5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h6>{{ candidature.get_intended_position_display }} | {{ candidature.get_politic
</div>
</div>
<div class="card-footer">
<a class="btn btn-dark text-uppercase" href="{% url 'candidate_profile' candidature.slug %}">Conheça</a>
<a class="btn btn-dark text-uppercase w-100" href="{% url 'candidate_profile' candidature.slug %}">Conheça</a>
</div>
</a>
</div>
Expand Down

0 comments on commit 978dc5f

Please sign in to comment.