From 319c40c9064a95b0ae1da3ccbb5dda7d50d9b1b7 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 2 Apr 2019 17:56:48 -0700 Subject: [PATCH] GUACAMOLE-723: Ensure thumbnail is always confined within designated space. --- .../src/main/webapp/app/client/styles/other-connections.css | 1 + 1 file changed, 1 insertion(+) diff --git a/guacamole/src/main/webapp/app/client/styles/other-connections.css b/guacamole/src/main/webapp/app/client/styles/other-connections.css index 899da231d..6c57aaaa8 100644 --- a/guacamole/src/main/webapp/app/client/styles/other-connections.css +++ b/guacamole/src/main/webapp/app/client/styles/other-connections.css @@ -96,6 +96,7 @@ transition: opacity 0.25s; max-height: 128px; + overflow: hidden; vertical-align: middle; }