flexbox adding newline to clipboard
问题 I'm working with a layout that uses flexbox. Works good so far but I have a problem with copying text to clipboard. Apparently, using flexbox seems to add a newline character after each child node It can be seen in the demo below, copying text "LabelMessage" works normally (paste it and it remains one-line). But if you add display:flex to container a newline is added after "Label" upon copying to clipboard What is causing this? Is there any way around it? Fiddle: http://jsfiddle.net/zv4mamtm/