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:
parent
2cac4e4f41
commit
3c07a03943
|
@ -31,7 +31,6 @@
|
|||
line-height: 24px;
|
||||
text-align: center;
|
||||
color: $gray-700;
|
||||
letter-spacing: 0.25px;
|
||||
|
||||
@include breakpoint( '<782px' ) {
|
||||
color: $gray-700;
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: tweak
|
||||
|
||||
Remove subheading letter-spacing from the core profiler pages.
|
Loading…
Reference in New Issue