From 98f08cf3b1eb9cf76e1a2f30a73b94d77f2a37f7 Mon Sep 17 00:00:00 2001 From: Lena Morita Date: Mon, 8 Jul 2024 21:09:13 +0900 Subject: [PATCH] TimePicker: Fix time zone overflow (#63209) * TimePicker: Fix time zone overflow * Add changelog Co-authored-by: mirka <0mirka00@git.wordpress.org> Co-authored-by: tyxla --- packages/components/CHANGELOG.md | 1 + packages/components/src/date-time/time-input/index.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 31b55e91db977..f832de5b439bd 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -14,6 +14,7 @@ - `useUpdateEffect`: Correctly track mounted state in strict mode. ([#62974](https://github.com/WordPress/gutenberg/pull/62974)) - `UnitControl`: Fix an issue where keyboard shortcuts unintentionally shift focus on Windows OS. ([#62988](https://github.com/WordPress/gutenberg/pull/62988)) - Fix inaccessibly disabled `Button`s ([#62306](https://github.com/WordPress/gutenberg/pull/62306)). +- `TimePicker`: Fix time zone overflow ([#63209](https://github.com/WordPress/gutenberg/pull/63209)). ### Enhancements diff --git a/packages/components/src/date-time/time-input/index.tsx b/packages/components/src/date-time/time-input/index.tsx index 0dd62b2c9f70b..bfac1e2b604c2 100644 --- a/packages/components/src/date-time/time-input/index.tsx +++ b/packages/components/src/date-time/time-input/index.tsx @@ -103,7 +103,7 @@ export function TimeInput( { ) } - +