From d5d15401188bc920e39393df2debc835bf972c11 Mon Sep 17 00:00:00 2001 From: Sahil Batra Date: Tue, 28 Nov 2023 14:37:51 +0530 Subject: [PATCH] settings: Fix width of can-access-all-users-group widget container. This commit moves dropdown widget for "can_access_all_users_group" setting inside ".organization-permissions-parent" element which makes it consistent with other settings and also reduces the width of its container which is important in further commits to show the tooltip about plan change on this setting correctly. --- .../settings/organization_permissions_admin.hbs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/web/templates/settings/organization_permissions_admin.hbs b/web/templates/settings/organization_permissions_admin.hbs index dae4518a10..a36d35c7c7 100644 --- a/web/templates/settings/organization_permissions_admin.hbs +++ b/web/templates/settings/organization_permissions_admin.hbs @@ -294,14 +294,14 @@ prefix="id_" is_checked=realm_enable_guest_user_indicator label=admin_settings_label.realm_enable_guest_user_indicator}} - - {{#if development}} - {{> ../dropdown_widget_with_label - widget_name="realm_can_access_all_users_group" - label=(t 'Which users have access to all other users in the organization') - value_type="number"}} - {{/if}} + {{#if development}} + {{> ../dropdown_widget_with_label + widget_name="realm_can_access_all_users_group" + label=(t 'Which users have access to all other users in the organization') + value_type="number"}} + {{/if}} +