From 20a55f18279f1cf75dcd303b5bc95b24945c8752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= Date: Fri, 10 Jan 2025 10:06:40 +0100 Subject: [PATCH] Adjust padding & margin for the notes list Otherwise it expands the table cells a bit too much. --- tmt/steps/report/html/template.html.j2 | 5 +++++ 1 file changed, 5 insertions(+) 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;