Hello guys,
Am I able to set width of the Dialog - newly added recently to the Plumsail Designer.
Thank you
Stepan
Hello guys,
Am I able to set width of the Dialog - newly added recently to the Plumsail Designer.
Thank you
Stepan
Hello @StepanS,
Yes, you can set the custom size of the dialog window with CSS:
.k-window{
width: 1200px !important;
}