From b5a30a9a6bd62bc57ea29aba6dbc17ae7c9b2dcf Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Fri, 12 Jan 2024 12:40:01 +0100 Subject: [PATCH] Fix add user icon tooltip placement --- app/views/alchemy/admin/users/index.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/alchemy/admin/users/index.html.erb b/app/views/alchemy/admin/users/index.html.erb index 197a92b..4dc0eb2 100644 --- a/app/views/alchemy/admin/users/index.html.erb +++ b/app/views/alchemy/admin/users/index.html.erb @@ -5,6 +5,7 @@ url: alchemy.new_admin_user_path, title: Alchemy.t(:create_user), hotkey: 'alt+n', + tooltip_placement: "top-start", dialog_options: { title: Alchemy.t(:create_user), size: "430x560"