Index: remoting/webapp/base/html/main.css |
diff --git a/remoting/webapp/base/html/main.css b/remoting/webapp/base/html/main.css |
index 46144f2b583325114222e9cec0c9807da4c81857..e4941eabda5ed82b4fd4e2d27a0c128588213ef0 100644 |
--- a/remoting/webapp/base/html/main.css |
+++ b/remoting/webapp/base/html/main.css |
@@ -509,6 +509,11 @@ thead { |
padding: 0 5px; |
} |
+.host-list-clip { |
+ overflow-x: hidden; |
+ text-overflow: ellipsis; |
+} |
+ |
.host-name-label, .host-name-label:visited, .host-name-label:active { |
color: inherit; |
cursor: inherit; |