Width of statistics table

Hi,

The width of statistics table in log.html is not optimal.

.statistics {
width: 65em;
border-collapse: collapse;
empty-cells: show;
margin-bottom: 1em;
}

Is it possible to change the width to 100%?
.statistics {
width: 100%;
border-collapse: collapse;
empty-cells: show;
margin-bottom: 1em;
}

It’s certainly possible but 100% can be too much with wide displays. Can you clarify why the current width is problematic for you?

The name of tags can be superposed with statistics

See attachment

A problem with 100% width is that on a wide monitor actual statistics would be really far away from tag/suite names. Making it a bit wider than nowadays could be considered, but bigger changes are better done as part of a larger log/report rewrite that’s planned for somewhat near future.

The real problem here seems to be that tag names aren’t wrapped. That ought to be pretty easy to fix by forcing that behavior using CSS. Could you submit an issue about that?

Thanks,

How submit an issue about that ?