Page 1 of 1

modal box

Posted: 24 Oct 2023, 15:50
by acalephe
hello,
I would like to know how to resize modal box of the Button Detail View.
best regards.

Re: modal box

Posted: 25 Oct 2023, 16:07
by Jan
Hi, you can change it in your user.css or custom.css:

e.g.:

Code: Select all

#pdCategoryModal.detail .modal-dialog {
    height: 90%;
    max-width: 95%;
}
Jan

Re: modal box

Posted: 25 Oct 2023, 20:09
by acalephe
merci beaucoup.
cordialement.
Acalephe.

Re: modal box

Posted: 26 Oct 2023, 13:10
by Jan
OK