I have a problem with the checkout policy modal, because the content I have, includes tables, these are not responsive because the modal is too small for them.
As I can not modify the size of these modals in the checkout, I am forced to make a ui-extension to display the policies as I want.
However, through GraphQL I get the store policies, but the body object returns HTML, and I don’t see a way to add that HTML inside the new modal, as I want to display the default HTML from the store policies section.
Can anyone think of a way to do it? Or how can I modify the size of the policy modal in the checkout?
Thanks!