Skip to content

Commit

Permalink
Fix $font-line-height-x-large error (#66184)
Browse files Browse the repository at this point in the history
Co-authored-by: ajlende <ajlende@git.wordpress.org>
Co-authored-by: jeryj <jeryj@git.wordpress.org>
  • Loading branch information
3 people authored Oct 16, 2024
1 parent 7ace071 commit 97dde20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

&#{&},
&#{&} .edit-site-sidebar-navigation-screen__title {
line-height: $font-line-height-x-large;
line-height: 32px;
}
}

Expand Down

0 comments on commit 97dde20

Please sign in to comment.