Skip to content

Commit 6b4503c

Browse files
authored
Content Sorting: increase modal size (#20835)
Modal size increase for sorting content
1 parent a4438e5 commit 6b4503c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Web.UI.Client/src/packages/content/content/tree/sort-children-of-content/modal/sort-children-of-content-modal.token.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ export const UMB_SORT_CHILDREN_OF_CONTENT_MODAL = new UmbModalToken<
99
>(UMB_SORT_CHILDREN_OF_CONTENT_MODAL_ALIAS, {
1010
modal: {
1111
type: 'sidebar',
12-
size: 'small',
12+
size: 'medium',
1313
},
1414
});

0 commit comments

Comments
 (0)