From a8efc7dca8c49a29d3e91dee8394065428edcf4c Mon Sep 17 00:00:00 2001 From: yogeshbhutkar Date: Thu, 2 Jan 2025 10:01:53 +0530 Subject: [PATCH] Changelog: Add a changelog entry --- packages/components/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 9784a651027950..a46acc33a3721a 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -23,6 +23,7 @@ - `BoxControl`: Better respect for the `min` prop in the Range Slider ([#67819](https://github.com/WordPress/gutenberg/pull/67819)). - `FontSizePicker`: Add `display:contents` rule to fix overflowing text in the custom size select. ([#68280](https://github.com/WordPress/gutenberg/pull/68280)). - `BoxControl`: Fix aria-valuetext value ([#68362](https://github.com/WordPress/gutenberg/pull/68362)). +- `FontSizePicker`: Truncate header hint to fix overflowing hint when the text is too large ([#68452](https://github.com/WordPress/gutenberg/pull/68452)). ### Experimental