7

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;
  • It's a bug in chrome and brave – Rana Nov 02 '21 at 13:24
  • 3
    Does this answer your question? [Google Chrome Update - Issue with copying code from Inspector CSS](https://stackoverflow.com/questions/69735342/google-chrome-update-issue-with-copying-code-from-inspector-css) – Rana Nov 02 '21 at 13:25
  • @Rana - yes, I found it after posting my question, and flagged my question as duplicate. thanks! – Kostas Gogas Nov 02 '21 at 13:42

0 Answers0