This is more of a feature request rather than a bug:
Is it possible to patch any changes made to the value of DOM attributes within the elements panel across different chrome dev tools windows?
i.e. When tweaking a responsive site I have a window open for each breakpoint. With LiveStyle enabled updates to css via dev tools is automatically shown in all windows.
However if I change <body class="some-class"> to <body class="different-class"> in the elements panel in dev tools it won't change the value in any of the other windows.