Skip to content

Commit

Permalink
πŸ’„ UI(bo): avoid text overflow on button
Browse files Browse the repository at this point in the history
  • Loading branch information
mattboll committed Nov 13, 2024
1 parent 0f314b7 commit c60c662
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -809,14 +809,14 @@ <h5 class="modal-title bold" style="width: 80%;float: left;">

<h3 th:unless="${tenant.getGuarantors().isEmpty()}">Garants</h3>
<div class="medium-space-separator" th:each="guarantor : ${tenant.getGuarantors()}">
<span style="display: ruby-text;">
<div th:text="${guarantor.getTypeGuarantor()}"></div>
<div>
<span th:text="${guarantor.getTypeGuarantor()}"></span>
<a class="btn btn-danger bo-btn btn-deleteGuarantor"
style="margin-right: 10px; margin-left: 20px; margin-top: -5px"
th:attr="guarantor-id=${guarantor.getId()}"
th:text="'Supprimer le garant'"
></a>
</span>
</div>
<div class="card panel-primary mb-3"
th:each="document : ${tenantService.getAllDocumentCategoriesGuarantor(guarantor)}">
<div class="card-header">
Expand Down

0 comments on commit c60c662

Please sign in to comment.