[SmartCrawl Pro] Wider modals for edit screens

0

It would be great to have the modals pop up in a wider window when editing/viewing items such as Add Redirects.
Currently it pops up in a narrow window and the URLs get cut off so you can’t see what they are.
If we have long domain names or long urls, there is no way to differentiate since the end of the slug is what is different.

For example, if I want to redirect to a different sales page based on country/currency, the urls may look something like this:
Only in Canada:
https://www.mydomainnaim.com/product-sales-page/checkout-cad
Every other country:
https://www.mydomainnaim.com/product-sales-page/checkout-usd

Inside the “Not from [country]” rule, all we can see is:
https://www.mydomainnaim.com/product-sale…

and we can’t edit to view it either. Interestingly, if you triple-click the text and copy, it will copy the full url to test.

It currently is set for max-width: 560px; (including padding), so the window is 500px.

When I change the max-width manually to 100%, I can see the whole url.

I suggest setting it to a wider setting, or even to 100% so it looks like a full page. You can still click the X to go back to the previous page setting.

Thank you