I'm using new Version of Vaadin which is 8.0.6
if I open my window on width-range~="1400px-" and go down to width-range~="0px-760px", responsive css properties works fine, but not on the other way, If open the window on width-range~="0px-760px" and go to width-range~="1200px-" nothing happens.
My observations showed that when the window is minimized vaadin injects the property "width-range=[...]" into HTML code to make it responsive. But when the window is maximized the property "width-range=[...]" stay here consequently this disrupts the display.
How can i do to update or delete the property "width-range=[...]" when I make the width window bigger?