]> git.agnieray.net Git - galette.git/commitdiff
Fix inline payment type dropdown
authorJohan Cwiklinski <johan@x-tnd.be>
Wed, 3 Apr 2024 06:27:10 +0000 (08:27 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Wed, 3 Apr 2024 06:27:10 +0000 (08:27 +0200)
galette/templates/default/components/forms/payment_types.html.twig

index ee864114b78ca9559c617afa079774eaa19f746a..055bea1df6a550a966921d723328df7260aaa496 100644 (file)
@@ -21,7 +21,7 @@
 {% if show_inline is not defined %}
 <div class="field">
 {% else %}
-<div class="field">
+<div class="inline field">
 {% endif %}
     <label for="{{ varname }}">{% if label is defined %}{{ label }}{% else %}{{ _T("Payment type:") }}{% endif %}</label>
     <select name="{{ varname }}" id="{{ varname }}" class="ui search dropdown">