From 1cfc35502593211981800e994d38a02d8c24fad9 Mon Sep 17 00:00:00 2001 From: Nick Couchman Date: Sat, 10 Feb 2018 09:28:29 -0500 Subject: [PATCH] GUACAMOLE-304: Expand connection link to encompass entire hover area. --- guacamole/src/main/webapp/app/home/styles/home.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guacamole/src/main/webapp/app/home/styles/home.css b/guacamole/src/main/webapp/app/home/styles/home.css index efc482ba8..fb01cac97 100644 --- a/guacamole/src/main/webapp/app/home/styles/home.css +++ b/guacamole/src/main/webapp/app/home/styles/home.css @@ -50,3 +50,7 @@ div.recent-connections div.connection { max-width: 75%; overflow: hidden; } + +a.home-connection { + display: block; +}