1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-11-22 08:42:32 -05:00

Merge pull request '[v8.0/forgejo] [BUG] Fix mobile UI for organisation creation' (#4402) from bp-v8.0/forgejo-610487e into v8.0/forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4402
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
This commit is contained in:
0ko 2024-07-08 18:40:57 +00:00
commit c521e46d24
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@
</div> </div>
<div class="inline field" id="permission_box"> <div class="inline field" id="permission_box">
<label>{{ctx.Locale.Tr "org.settings.permission"}}</label> <span class="inline field"><label>{{ctx.Locale.Tr "org.settings.permission"}}</label></span>
<div class="inline-grouped-list"> <div class="inline-grouped-list">
<div class="ui checkbox"> <div class="ui checkbox">
<input type="checkbox" name="repo_admin_change_team_access" checked> <input type="checkbox" name="repo_admin_change_team_access" checked>

View file

@ -466,7 +466,7 @@ textarea:focus,
margin-bottom: 1em; margin-bottom: 1em;
width: 100%; width: 100%;
} }
.new.org .ui.form .field input { .new.org .ui.form .field input:not([type="checkbox"], [type="radio"]) {
width: 100% !important; width: 100% !important;
} }
} }