Skip to content

Commit

Permalink
Web Inspector: Unify font sizes in Audits
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=224128

Reviewed by Devin Rousso.

Change the header in audit tab from 2.8em to 2em.

Amend changes:
* Source/WebInspectorUI/UserInterface/Views/AuditTestContentView.css:
(.content-view.audit-test > header p):

Combined changes:
* Source/WebInspectorUI/UserInterface/Views/AuditTestContentView.css:
(.content-view-container > .content-view.audit-test > header h1):

Canonical link: https://commits.webkit.org/273615@main
  • Loading branch information
francescorn authored and nt1m committed Jan 28, 2024
1 parent 32f6aad commit 743746a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}

.content-view-container > .content-view.audit-test > header h1 {
font-size: 2.8em;
font-size: 2em;
}

.content-view-container > .content-view.audit-test > header p {
Expand Down

0 comments on commit 743746a

Please sign in to comment.