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..0af78f84e6615c1588723dfc8dda01d975e45831 100644 |
--- a/remoting/webapp/base/html/main.css |
+++ b/remoting/webapp/base/html/main.css |
@@ -509,6 +509,10 @@ thead { |
padding: 0 5px; |
} |
+.host-list-clip { |
+ overflow-x: hidden; |
kelvinp
2015/12/04 20:12:20
Do you want
white-space: nowrap;
text-overflow:
Jamie
2015/12/05 21:15:28
I've added an ellipsis, but I want to keep word wr
|
+} |
+ |
.host-name-label, .host-name-label:visited, .host-name-label:active { |
color: inherit; |
cursor: inherit; |