GUACAMOLE-55: Ensure <p> / <div> elements within the clipboard contents are rendered with normal spacing.

This commit is contained in:
Michael Jumper
2016-06-29 12:49:57 -07:00
parent 6e1bbb3cf4
commit 42e41560d8

View File

@@ -40,6 +40,11 @@
min-width: 0;
}
.clipboard p,
.clipboard div {
margin: 0;
}
.clipboard img {
max-width: 100%;
max-height: 100%;