GUACAMOLE-55: The clipboard-service-target needs to be "white-space: pre" as well, or newline characters are truncated by setLocalClipboard().

This commit is contained in:
Michael Jumper
2016-06-28 20:43:21 -07:00
parent da098c42e1
commit e4f7c6d058

View File

@@ -55,5 +55,6 @@
right: -1px;
width: 1px;
height: 1px;
white-space: pre;
overflow: hidden;
}