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

Unified Diff: remoting/webapp/crd/js/host_table_entry.js

Issue 1499693003: Clip long host names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Show an ellipsis for truncated text. 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 | « remoting/webapp/base/html/main.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/host_table_entry.js
diff --git a/remoting/webapp/crd/js/host_table_entry.js b/remoting/webapp/crd/js/host_table_entry.js
index 6c06c5d8f45b63821ae00667dc4c615204de2fed..89845a00108ea7c3c2f67930c343ec265ed41a39 100644
--- a/remoting/webapp/crd/js/host_table_entry.js
+++ b/remoting/webapp/crd/js/host_table_entry.js
@@ -90,7 +90,7 @@ remoting.HostTableEntry.prototype.getHTML_ = function() {
'<span class="warning-overlay"></span>' +
'<img src="icon_host.webp">' +
'</div>' +
- '<div class="box-spacer">' +
+ '<div class="box-spacer host-list-clip">' +
'<a class="host-name-label" href="#""></a>' +
'<input class="host-rename-input" type="text" hidden/>' +
'</div>' +
« no previous file with comments | « remoting/webapp/base/html/main.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698