mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-55: Ensure <p> / <div> elements within the clipboard contents are rendered with normal spacing.
This commit is contained in:
@@ -40,6 +40,11 @@
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.clipboard p,
|
||||
.clipboard div {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.clipboard img {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
|
Reference in New Issue
Block a user