Skip to content

Commit

Permalink
Fix parent group select width when opened
Browse files Browse the repository at this point in the history
  • Loading branch information
gagnieray authored and trasher committed Dec 30, 2023
1 parent b9577d4 commit 966163f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galette/templates/default/elements/group.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 966163f

Please sign in to comment.