mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-12 11:50:22 +03:00
chore(html report): title row UI fixes (#15632)
This commit is contained in:
parent
22ead7b5ab
commit
44e214a972
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user