responsive-layout
responsive-layout copied to clipboard
ResponsiveColumn introduces an unnecessary div
Is there a specific reason why ResponsiveColumn extends StyleableComponent and not CssLayout?
This introduces an unnecessary div, which makes css tweaking more difficult.
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.