Merge "fix overflow on firefox"

This commit is contained in:
Jenkins 2014-05-05 18:12:52 +00:00 committed by Gerrit Code Review
commit fcecfa66f0

View File

@ -49,7 +49,7 @@ 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;
overflow: hidden;
}
/* fixes to make this like old gerrit */
.changeTable td.dataCell {