diff --git a/polygerrit-ui/app/elements/admin/gr-admin-project-list/gr-admin-project-list.html b/polygerrit-ui/app/elements/admin/gr-admin-project-list/gr-admin-project-list.html index 2134b9d567..9ceee682e3 100644 --- a/polygerrit-ui/app/elements/admin/gr-admin-project-list/gr-admin-project-list.html +++ b/polygerrit-ui/app/elements/admin/gr-admin-project-list/gr-admin-project-list.html @@ -46,11 +46,6 @@ limitations under the License. padding: .3em .5em; text-align: left; } - .readOnly, - .repositoryBrowser, - .description { - white-space: nowrap; - } a { color: var(--default-text-color); text-decoration: none; @@ -68,6 +63,9 @@ limitations under the License. nav a:first-of-type { margin-right: .5em; } + .description { + width: 70%; + }