I am pretty new to Vaadin and wonder how to layout dialogs (com.vaadin.flow.component.dialog). As far as I see, I can simply add Components to a dialog, but how can I layout or format the components in that dialog?
I'm trying to create a simple confirmation dialog. It works, but the buttons nearly overlap each other and this way it definitely can't be delivered to any customers. So, how can I format / layout a dialog? Or, do I have to give an Id to the dialog and do all the formatting using CSS?