How can I change kanban editing dialog width?

I am currently using the syncfusion kanban component.


The card editing dialog width is narrow for me.

How can I change editing dialog width?


The development environment uses Vue 3.3.1, Syncfusion 24.1.44 and JavaScript.


1 Reply 1 reply marked as answer

VJ Vinitha Jeyakumar Syncfusion Team January 29, 2024 07:27 AM UTC

Hi Yu Kawamura,


Your requirement to customize the width of the Edit dialog in the Kanban board can be achieved by using the below CSS styles,

Code snippet:
 
<style>
.e-kanban-dialog.e-dialog {
  width450px !important;
}
</style>




Regards,
Vinitha

Marked as answer
Loader.
Up arrow icon