Solved
To change Style of Confirmation popup on a button.
Hi Team,
Is it possible to change the style of the confirmation popup of a button. Like to change the width and height of the confirmation popup.
Thanks,
Hi Team,
Is it possible to change the style of the confirmation popup of a button. Like to change the width and height of the confirmation popup.
Thanks,
Hi
Then the following Custom CSS can possibly help
.modal{
height: 500px !important;
width: 200px !important;
}
Regards
Christophe
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.