| Index: remoting/webapp/base/html/main.css
|
| diff --git a/remoting/webapp/base/html/main.css b/remoting/webapp/base/html/main.css
|
| index 5f57f4a817158b6b5f759d4fc63162c8df18d672..cab8993886fda6162d0fa28fad71d7b8d25e949f 100644
|
| --- a/remoting/webapp/base/html/main.css
|
| +++ b/remoting/webapp/base/html/main.css
|
| @@ -500,6 +500,15 @@ thead {
|
| opacity: 0.5;
|
| }
|
|
|
| +#this-host-connect {
|
| + -webkit-align-items: center;
|
| + display: flex;
|
| +}
|
| +
|
| +#this-host-connect .host-entry {
|
| + flex: 1;
|
| +}
|
| +
|
| button {
|
| white-space:nowrap;
|
| }
|
|
|