]> git.agnieray.net Git - galette.git/commitdiff
Fix parent group select width when opened
authorGuillaume AGNIERAY <dev@agnieray.net>
Sat, 30 Dec 2023 13:03:20 +0000 (14:03 +0100)
committerJohan Cwiklinski <johan@x-tnd.be>
Sat, 30 Dec 2023 18:15:36 +0000 (19:15 +0100)
galette/templates/default/elements/group.html.twig

index 3022bff613f49444b679bb12f7e6b34c826d3f3b..a44a032b33fc86f66b05e83f21c1ca11d3b520c9 100644 (file)
@@ -45,7 +45,7 @@
                         {{ pgroup.getName() }}
                         <input type="hidden" name="parent_group" value="{{ pgroup.getId() }}"/>
                     {% else %}
-                        <div class="ui search selection dropdown nochosen">
+                        <div class="ui search compact selection dropdown nochosen">
                             <input type="hidden" name="parent_group" id="parent_group" value="{% if pgroup is defined %}{{ pgroup.getId() }}{% endif %}">
                             <i class="dropdown icon" aria-hidden="true"></i>
                             <div class="text">{% if pgroup is defined %}{{ pgroup.getName() }}{% endif %}</div>