Open chvndb opened 7 years ago
I can't remember the exact reason offhand but I attempted to use CSSLayout initially, However something didn't pan out with it, it may have been a Vaadin Quirk or how the CSS I was using needed to be structured.
I see, in that case it might be better to avoid the extra div and avoid any unexpected quirks.
Is there a specific reason why
ResponsiveColumn
extendsStyleableComponent
and notCssLayout
?This introduces an unnecessary div, which makes css tweaking more difficult.