Vaadin Spacing
Vaadin layouts have a method setSpacing( true )
that moves widgets apart from one another. Works well in most cases. But in the case of multiple Table objects, they are still a bit too crowded.
➜ Is there some way to increase the amount of spacing used in a particular layout?
CSS
I expect the answer to be a tweak to CSS. In the Book of Vaadin page on Layout Formatting, the last section Layout Margins discusses CSS for margins. But I cannot find discussion of CSS for spacing.