I use Chrome dev tools to style elements on the fly. Since updating to the latest version of Chrome (Version 95.0.4638.54) I'm unable to paste a single line of css copied from the developer tools.
When pasting, instead of
left: -60 px;
top: -25px;
I'm getting
left: -60
px
;
top: -25
px
;
I haven't changed any Chrome settings so I'm wondering if anyone else is having this problem or might this be bug?
As wOxxOm mentioned, it's a bug, so in the meantime you can just user something like a CSS Beautifier!