Skip to content

Commit

Permalink
Siae edit form: titles: avoid linebreak
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Jun 18, 2024
1 parent 376906c commit be7d416
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lemarche/templates/dashboard/siae_edit_contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{% bootstrap_form_errors form type="all" %}

<div class="row mb-3 mb-lg-5">
<div class="col-12 col-lg-8">
<div class="col-12">
<h3>Contacts affichés sur votre fiche commerciale</h3>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions lemarche/templates/dashboard/siae_edit_offer.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% csrf_token %}

{% bootstrap_form_errors form type="all" %}

<div class="row mb-3 mb-lg-5">
<div class="col-12 col-lg-8">
<div class="bg-white d-block rounded-lg shadow-lg p-3 p-lg-5">
Expand Down Expand Up @@ -46,7 +46,7 @@
</div>
</div>
</div>

<div class="row mb-3 mb-lg-5">
<div class="col-12 col-lg-8">
<div class="bg-white d-block rounded-lg shadow-lg p-3 p-lg-5">
Expand Down
7 changes: 3 additions & 4 deletions lemarche/templates/dashboard/siae_edit_search.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% bootstrap_form_errors form type="all" %}

<div class="row mb-3 mb-lg-5">
<div class="col-12 col-lg-8">
<div class="col-12">
<h3>Réferencez efficacement votre structure dans les résultats de recherche</h3>
</div>
</div>
Expand All @@ -33,7 +33,7 @@ <h3>Réferencez efficacement votre structure dans les résultats de recherche</h
</div>
</div>
</div>

<div class="row mb-3 mb-lg-5">
<div class="col-12 col-lg-8">
<div class="bg-white d-block rounded-lg shadow-lg p-3 p-lg-5">
Expand All @@ -57,7 +57,7 @@ <h3>Réferencez efficacement votre structure dans les résultats de recherche</h
</div>
</div>
</div>

<div class="row mb-3 mb-lg-5">
<div class="col-12 col-lg-8">
<div class="bg-white d-block rounded-lg shadow-lg p-3 p-lg-5">
Expand Down Expand Up @@ -88,7 +88,6 @@ <h3>Réferencez efficacement votre structure dans les résultats de recherche</h
</div>
<div class="col-12 col-lg-4"></div>
</div>

</form>
{% endblock %}

Expand Down

0 comments on commit be7d416

Please sign in to comment.