Skip to content

Commit

Permalink
Fix: Template list title font styles. (#57027)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta authored Dec 13, 2023
1 parent 94ede3f commit 1370534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/edit-site/src/components/list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,6 @@
}

.edit-site-list-title__customized-info {
font-size: 1.3em;
font-weight: 600;
font-size: $default-font-size;
font-weight: 500;
}

1 comment on commit 1370534

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 1370534.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/7199094568
📝 Reported issues:

Please sign in to comment.