diff --git a/plugins/Live/stylesheets/live.less b/plugins/Live/stylesheets/live.less
index 517ace03a526e3bd95581bcc2ee504636f995ab4..8003a7bc680c194def27d31e3706f5f815b6430f 100644
--- a/plugins/Live/stylesheets/live.less
+++ b/plugins/Live/stylesheets/live.less
@@ -80,7 +80,7 @@ ol.visitorLog {
     text-overflow: ellipsis;
     white-space: nowrap;
     display:inline-block;
-    max-width:100%;
+    max-width:90%;
     overflow: -moz-hidden-unscrollable;
 }
 
@@ -204,7 +204,7 @@ a.visitor-log-visitor-profile-link {
 .visitorLog,.visitor-profile-actions {
     > li > div {
         display:inline-block;
-        width:95%;
+        width:85%;
         vertical-align:top;
     }
 }