Skip to content

Commit

Permalink
Fix add page button tooltop alignment
Browse files Browse the repository at this point in the history
It will be overlapped from themain menu otherwise.
  • Loading branch information
tvdeyen committed Dec 12, 2023
1 parent 5630221 commit 46a47eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/alchemy/admin/pages/_toolbar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
icon: "file-add",
url: alchemy.new_admin_page_path(language: @current_language),
hotkey: 'alt+n',
tooltip_placement: "top-start",
dialog_options: {
title: Alchemy.t('Add a page'),
size: '340x215',
overflow: true
},
title: Alchemy.t('Add a page'),
label: Alchemy.t('Add a page'),
if_permitted_to: [:create, Alchemy::Page]
) %>
Expand Down

0 comments on commit 46a47eb

Please sign in to comment.