Skip to content

Commit

Permalink
Web Inspector: align runtimes in the audit tests
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=268257

Reviewed by Devin Rousso.

Change text-align:center to text-align:right and remove display:inline-block to align the runtimes
in .content-view.audit-test-case > header > .metadata > .duration in AuditTestCaseContentView.css.

* Source/WebInspectorUI/UserInterface/Views/AuditTestCaseContentView.css:
(.content-view.audit-test-case > header > .metadata > .duration):

Canonical link: https://commits.webkit.org/275298@main
  • Loading branch information
francescorn authored and stwrt committed Feb 25, 2024
1 parent d0b3646 commit 7b4e559
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,10 @@
}

.content-view.audit-test-case > header > .metadata > .duration {
display: inline-block;
min-width: var(--metadata-width);
margin-inline-start: var(--audit-test-horizontal-space);
font-size: 12px;
text-align: center;
text-align: end;
font-weight: bold;
}

Expand Down

0 comments on commit 7b4e559

Please sign in to comment.