Set max width for the resource modal (ManageRecords made via ` --simple`)
Is there a way to set the max width for the "create" modal?
2 Replies
Solution
use
with one of below ENUMS
Thank you very much! It worked
Actions\CreateAction::make()->modalWidth(MaxWidth::Large),