What property or setting should I do in the css to increase the width of the menu or menu container, I am lost validating several options, but with no optimal result.
Thanks for your help.
Saludos,
Nelson F.
What property or setting should I do in the css to increase the width of the menu or menu container, I am lost validating several options, but with no optimal result.
Thanks for your help.
Saludos,
Nelson F.
Any suggestions on how to modify the width?
Hi!
You need to use the following selector:
vaadin-app-layout::part(drawer) {
width: 22em;
}
Best regards,
Dmitriy