diff --git a/modules/openstack_project/files/gerrit/GerritSite.css b/modules/openstack_project/files/gerrit/GerritSite.css index 813307946c..54d4889f73 100644 --- a/modules/openstack_project/files/gerrit/GerritSite.css +++ b/modules/openstack_project/files/gerrit/GerritSite.css @@ -45,3 +45,9 @@ a.gwt-InlineHyperlink {background: none !important} color: #e39f00; } li.comment_test {list-style-type: none; } + +/* this is for support of 'Display Person Name In Review Category' */ +.cAPPROVAL { + max-width: 100px; + overflow-x: hidden; +}