Form opened in Dialog width

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;
}
2 Likes