commit | 8559c507fdb0d2de6f4909fb23106981331f4e0b | [log] [tgz] |
---|---|---|
author | Kasper Nilsson <kaspern@google.com> | Fri Apr 20 08:14:42 2018 +0000 |
committer | Kasper Nilsson <kaspern@google.com> | Fri Apr 20 10:18:32 2018 +0200 |
tree | 5bcefdfe7bb531db47e511b380258d8923fdc9e7 | |
parent | a649784abe5350d7651a7d0872ca0cace41c02d6 [diff] |
Revert "Gives more room for project column" This reverts commit 66336c4d125fd7e6862469a981141b938147a973. Reason for revert: Issue 8313 Change-Id: I26685743020d310ab70e5c5cb673f41d48eae97d
diff --git a/polygerrit-ui/app/styles/gr-change-list-styles.html b/polygerrit-ui/app/styles/gr-change-list-styles.html index 847a572..4f92039 100644 --- a/polygerrit-ui/app/styles/gr-change-list-styles.html +++ b/polygerrit-ui/app/styles/gr-change-list-styles.html
@@ -203,8 +203,8 @@ } } @media only screen and (min-width: 1450px) { - .project { - width: 20em; + :host { + font-size: 14px; } } </style>