diff --git a/templates/org/create.tmpl b/templates/org/create.tmpl index 004cd9be80..92be4a0adb 100644 --- a/templates/org/create.tmpl +++ b/templates/org/create.tmpl @@ -34,7 +34,7 @@ </div> <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="ui checkbox"> <input type="checkbox" name="repo_admin_change_team_access" checked> diff --git a/web_src/css/form.css b/web_src/css/form.css index dd2788f542..d8239c5dcf 100644 --- a/web_src/css/form.css +++ b/web_src/css/form.css @@ -466,7 +466,7 @@ textarea:focus, margin-bottom: 1em; width: 100%; } - .new.org .ui.form .field input { + .new.org .ui.form .field input:not([type="checkbox"], [type="radio"]) { width: 100% !important; } }