Repository: guacamole-client Updated Branches: refs/heads/master 1e1679e5c -> c8d825e2f
GUACAMOLE-304: Expand connection link to encompass entire hover area. Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/1cfc3550 Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/1cfc3550 Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/1cfc3550 Branch: refs/heads/master Commit: 1cfc35502593211981800e994d38a02d8c24fad9 Parents: 1e1679e Author: Nick Couchman <[email protected]> Authored: Sat Feb 10 09:28:29 2018 -0500 Committer: Nick Couchman <[email protected]> Committed: Sat Feb 10 09:28:29 2018 -0500 ---------------------------------------------------------------------- guacamole/src/main/webapp/app/home/styles/home.css | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/1cfc3550/guacamole/src/main/webapp/app/home/styles/home.css ---------------------------------------------------------------------- diff --git a/guacamole/src/main/webapp/app/home/styles/home.css b/guacamole/src/main/webapp/app/home/styles/home.css index efc482b..fb01cac 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; +}
