From 4934af51be156a509b63ae18e405a51145eb3445 Mon Sep 17 00:00:00 2001 From: kurilova Date: Mon, 16 Feb 2026 14:57:25 +0000 Subject: [PATCH 1/2] 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 d6ebf2552..d6f9aeacb 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 { From 2e9d57274204f8c87f60693459b74b0fd3a45bdd Mon Sep 17 00:00:00 2001 From: kurilova Date: Mon, 23 Feb 2026 10:52:52 +0000 Subject: [PATCH 2/2] Update version --- make/DEBIAN/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/DEBIAN/control b/make/DEBIAN/control index e6dabdc8d..d332a5f5d 100644 --- a/make/DEBIAN/control +++ b/make/DEBIAN/control @@ -1,5 +1,5 @@ Package: Testrun -Version: 2.3.2 +Version: 2.3.1-beta.2 Architecture: amd64 Maintainer: Google Homepage: https://github.com/google/testrun