From 44e214a972866c29354f9bc35e5e3d3e6fb28d56 Mon Sep 17 00:00:00 2001 From: Dmitry Gozman Date: Wed, 13 Jul 2022 15:12:15 -0700 Subject: [PATCH] chore(html report): title row UI fixes (#15632) --- packages/html-reporter/src/testFileView.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/html-reporter/src/testFileView.css b/packages/html-reporter/src/testFileView.css index b97d9c3796..b996667563 100644 --- a/packages/html-reporter/src/testFileView.css +++ b/packages/html-reporter/src/testFileView.css @@ -17,7 +17,7 @@ .test-file-test { line-height: 32px; align-items: center; - padding: 0 10px; + padding: 2px 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; @@ -28,12 +28,13 @@ } .test-file-title { - font-weight: 500; + font-weight: 600; + font-size: 16px; } .test-file-details-row { padding: 0 0 6px 8px; - margin: -4px 0 0 15px; + margin: 0 0 0 15px; line-height: 16px; font-weight: 400; color: var(--color-fg-subtle); @@ -44,6 +45,7 @@ .test-file-path { text-overflow: ellipsis; overflow: hidden; + color: var(--color-fg-subtle); } .test-file-path-link {