| Index: chrome/browser/resources/chromeos/login/gaia_header.css
|
| diff --git a/remoting/webapp/crd/html/crd_main.css b/chrome/browser/resources/chromeos/login/gaia_header.css
|
| similarity index 60%
|
| copy from remoting/webapp/crd/html/crd_main.css
|
| copy to chrome/browser/resources/chromeos/login/gaia_header.css
|
| index 76e8e1058487ce484dd04b3dfc814a3f32d25f32..ccb7c1337b440c9a65c36c5db2556835eeae488c 100644
|
| --- a/remoting/webapp/crd/html/crd_main.css
|
| +++ b/chrome/browser/resources/chromeos/login/gaia_header.css
|
| @@ -3,11 +3,12 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -#paired-clients-list {
|
| - max-height: 300px;
|
| - overflow-y: scroll;
|
| +:host {
|
| + display: flex;
|
| + flex-direction: column;
|
| + justify-content: space-between;
|
| }
|
|
|
| -#paired-clients-list table {
|
| - width: 100%;
|
| +#email {
|
| + font-size: 20px;
|
| }
|
|
|