diff --git a/tmt/steps/report/html/template.html.j2 b/tmt/steps/report/html/template.html.j2 index c4626a6d86..82d2779753 100644 --- a/tmt/steps/report/html/template.html.j2 +++ b/tmt/steps/report/html/template.html.j2 @@ -117,6 +117,11 @@ width: 22ex; } + #results ul { + margin: 0px; + padding-inline-start: 16px; + } + .context-dimension { display: inline-block; text-align: center;