Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Font size presets UI #63057

Open
wants to merge 18 commits into
base: trunk
Choose a base branch
from
Open
Prev Previous commit
improve item look
  • Loading branch information
matiasbenedetto committed Jul 4, 2024
commit 679122ec8d835a266ce2ad5e6ba23a6d5a7fec15
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function FontSizeGroup( {
{ size.name }
</FlexItem>
<FlexItem>
<HStack direction="row">
<HStack justify="flex-end">
<FlexItem className="edit-site-font-size__item edit-site-font-size__item-value">
{ size.size }
</FlexItem>
Expand Down
Loading