0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-12 06:52:57 +02:00

add missing class to the group selector in the repo creation form

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2025-08-15 22:31:48 -04:00
parent 89440056d7
commit cc236c39ec
No known key found for this signature in database
GPG Key ID: 924A5F6AF051E87C

View File

@ -44,7 +44,7 @@
</div>
<div class="inline field">
<label>{{ctx.Locale.Tr "repo.group"}}</label>
<div id="group_selector" class="ui search dropdown">
<div id="group_selector" class="ui search dropdown selection">
<span class="text truncated-item-container" title="{{ctx.Locale.Tr "group.parent.none_selected"}}"></span>
<input type="hidden" id="gid" name="parent_group_id" value="0" required>
{{svg "octicon-triangle-down" 14 "dropdown icon"}}