chore(html report): title row UI fixes (#15632)

This commit is contained in:
Dmitry Gozman 2022-07-13 15:12:15 -07:00 committed by GitHub
parent 22ead7b5ab
commit 44e214a972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
.test-file-test { .test-file-test {
line-height: 32px; line-height: 32px;
align-items: center; align-items: center;
padding: 0 10px; padding: 2px 10px;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
@ -28,12 +28,13 @@
} }
.test-file-title { .test-file-title {
font-weight: 500; font-weight: 600;
font-size: 16px;
} }
.test-file-details-row { .test-file-details-row {
padding: 0 0 6px 8px; padding: 0 0 6px 8px;
margin: -4px 0 0 15px; margin: 0 0 0 15px;
line-height: 16px; line-height: 16px;
font-weight: 400; font-weight: 400;
color: var(--color-fg-subtle); color: var(--color-fg-subtle);
@ -44,6 +45,7 @@
.test-file-path { .test-file-path {
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
color: var(--color-fg-subtle);
} }
.test-file-path-link { .test-file-path-link {