From 4e194b0c894deb6bd2af9274e00976879de2cbde Mon Sep 17 00:00:00 2001 From: TheAxnJaxn Date: Sun, 20 Sep 2015 16:37:12 -0700 Subject: [PATCH] GUAC-1324: Add right margin and remove position relative to stop text overlap. --- guacamole/src/main/webapp/app/index/styles/ui.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/guacamole/src/main/webapp/app/index/styles/ui.css b/guacamole/src/main/webapp/app/index/styles/ui.css index e94bd36b5..281895178 100644 --- a/guacamole/src/main/webapp/app/index/styles/ui.css +++ b/guacamole/src/main/webapp/app/index/styles/ui.css @@ -191,8 +191,7 @@ div.section { .caption .activeUserCount { font-style: italic; - position: relative; - right: 1em; + margin-right: 1em; float: right; }