I want to copy CSS rules from the Chrome (95.0.4638.54) Developer Tools, as I used to (until recently) but now there are line breaks added in between. Any fix?
Example
What I want when pasted (and used to happen):
border: 0.1vmin solid #a7875d;
What's happening:
border: 0.1
vmin
solid #a7875d;