Skip to content

Commit

Permalink
Make new page form wider
Browse files Browse the repository at this point in the history
Some languages are very verbose, so we need more space for the parent page label

(cherry picked from commit d85fdce)
  • Loading branch information
tvdeyen committed Sep 16, 2024
1 parent eea7563 commit 29c814a
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 @@ -8,7 +8,7 @@
tooltip_placement: "top-start",
dialog_options: {
title: Alchemy.t('Add a page'),
size: '340x215',
size: '420x215',
overflow: true
},
label: Alchemy.t('Add a page'),
Expand Down

0 comments on commit 29c814a

Please sign in to comment.