From 7beffc67b19415aa4ec9b9a6a7f548d92df807eb Mon Sep 17 00:00:00 2001 From: kurilova Date: Mon, 16 Feb 2026 14:57:25 +0000 Subject: [PATCH] Fix css --- resources/report/test_report_styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/report/test_report_styles.css b/resources/report/test_report_styles.css index dfcfb9816..c52ca48a9 100644 --- a/resources/report/test_report_styles.css +++ b/resources/report/test_report_styles.css @@ -276,7 +276,7 @@ .steps-to-resolve-test-name { display: inline-block; margin-left: 70px; - margin-right: 10px; + margin-right: -60px; margin-bottom: 20px; width: 250px; vertical-align: top; @@ -284,6 +284,8 @@ .steps-to-resolve-description { display: inline-block; + margin-left: 70px; + margin-bottom: 20px; } .steps-to-resolve.subtitle {