A week ago something happened with my dev tools, when I am copying styles like margin
etc. new line added after each number. For example copying this:
margin: 14px 0 3px;
...gives me this when I paste it into my text editor:
margin: 14
px
0 3
px
;
How to fix it? so the style will be inline
update: https://prnt.sc/1xd6cfo here you can see i just copy one style in the same dev tool to other elment and there are spaces before 'px' version of Chrome is 95.0.4638.54