commit | 66336c4d125fd7e6862469a981141b938147a973 | [log] [tgz] |
---|---|---|
author | Wyatt Allen <wyatta@google.com> | Thu Jul 28 11:03:32 2016 -0700 |
committer | Wyatt Allen <wyatta@google.com> | Thu Jul 28 11:03:32 2016 -0700 |
tree | 78c7192effdc09a6953acb9b9dd0c92cc13b8da3 | |
parent | a7c769cd9c064d44a8394ad1c6ddca3ea5c22133 [diff] |
Gives more room for project column The text in the project column of the change list was being truncated on wide displays, even when extra horizontal space was available but used up by the change subject column. With this change, the project column doubles its width when the browser viewport is large. Change-Id: I83f7fbc1dec5aa19e9b3d8f5c17d136b9a62fb38
diff --git a/polygerrit-ui/app/styles/gr-change-list-styles.html b/polygerrit-ui/app/styles/gr-change-list-styles.html index 6e34c2b..d367a75 100644 --- a/polygerrit-ui/app/styles/gr-change-list-styles.html +++ b/polygerrit-ui/app/styles/gr-change-list-styles.html
@@ -135,6 +135,9 @@ :host { font-size: 14px; } + .project { + width: 20em; + } } </style> </template>