Here is the workaround we are using to increase the size of the modal:
/* Increase the size of the User documentation */
.ant-modal.retool-modal.retool-modal-ds {
max-width: 1000px; /* default to 650px */
height: 80%; /* default to 60% */
}
The issue is that this CSS class is quite generic and impact some other modals in Retool.
Is there a cleaner way to increase the size of the User Documentation modal ?
@Kabirdas Yes this works but this looks hacky as this _1z4PE is auto-generated (I guess from a styled component). I will add a feature request asking for that, at least an explicit CSS class name would be enough.