Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Unified Diff: remoting/webapp/base/html/main.css

Issue 1499693003: Clip long host names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/webapp/crd/js/host_table_entry.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | remoting/webapp/crd/js/host_table_entry.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698