Update/79113 incorrect subheading style and copy on wc core profiler (#39526)

* Use -webkit-font-smoothing: antialiased for core profiler subheadings

* Remove subheading letter-spacing
This commit is contained in:
Moon 2023-08-04 03:26:52 +09:00 committed by GitHub
parent 2cac4e4f41
commit 3c07a03943
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -31,7 +31,6 @@
line-height: 24px;
text-align: center;
color: $gray-700;
letter-spacing: 0.25px;
@include breakpoint( '<782px' ) {
color: $gray-700;

View File

@ -0,0 +1,4 @@
Significance: minor
Type: tweak
Remove subheading letter-spacing from the core profiler pages.