diff -r 92fab48dfec1 -r a65714215377 tests/test-hgweb-commands.t --- a/tests/test-hgweb-commands.t Thu Apr 17 09:36:09 2014 +0900 +++ b/tests/test-hgweb-commands.t Thu Apr 17 09:36:09 2014 +0900 @@ -1666,6 +1666,7 @@ /* Changelog/Filelog entries */ .logEntry { width: 100%; } .logEntry .age { width: 15%; } + .logEntry th.label { width: 16em; } .logEntry th { font-weight: normal; text-align: right; vertical-align: top; } .logEntry th.age, .logEntry th.firstline { font-weight: bold; } .logEntry th.firstline { text-align: left; width: inherit; }