Skip to content

Commit

Permalink
fix: add class to fix faq button
Browse files Browse the repository at this point in the history
  • Loading branch information
madjid-asa committed Jul 17, 2024
1 parent fe3bb3b commit 28d234b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lemarche/templates/cms/streams/faq_block.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="card">
<div class="card-header" id="heading{{ faq_id }}">
<h2 class="mb-0">
<button class="btn btn-link"
<h2>
<button class="btn btn-link text-left"
type="button"
data-toggle="collapse"
data-target="#collapse{{ faq_id }}"
Expand Down

0 comments on commit 28d234b

Please sign in to comment.