Skip to content

results: Make the link fill the whole cell

Arkadiusz Hiler requested to merge ivyl/i915-infra:table-a-width into master

When we have very few runs for a machine, and the machine name stretches the table (e.g. pre-merge shards) the cells with the results are getting bigger than single figure, so the "a" element covers just the left-most side of the cell.

To overcome that we need to change the display property of all the table's "a"s, which by default are an "inline" elements, to "block" so they takes the full width.

Signed-off-by: Arkadiusz Hiler arkadiusz.hiler@intel.com

Merge request reports