| 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>' +
|
|
|