]> git.agnieray.net Git - galette.git/commitdiff
Fix overflow on transactions information
authorGuillaume AGNIERAY <dev@agnieray.net>
Wed, 4 Oct 2023 08:29:08 +0000 (10:29 +0200)
committerJohan Cwiklinski <trasher@x-tnd.be>
Wed, 4 Oct 2023 09:54:51 +0000 (11:54 +0200)
fixes #1711

galette/templates/default/pages/contribution_form.html.twig

index 558b3b87e039a16562b2757000b61f68a3edaad1..b4ab27bb1cd45694668175dca7181a75fc4e2149 100644 (file)
@@ -72,7 +72,7 @@
                         <div class="eleven wide column">
         {% set mid = contribution.transaction.member %}
                             <div class="ui tiny header">{{ _T("Related transaction information") }}</div>
-                            <table id="transaction_detail" class="listing ui very compact small single line yellow table">
+                            <table id="transaction_detail" class="listing ui very compact small yellow table">
                                 <thead>
                                     <tr>
                                         <th class="listing">#</th>