Skip to content

Commit c736f09

Browse files
committed
chore: update changeset with Modal header min-height fix
Signed-off-by: MartinS-git <info@eyepic.de>
1 parent b881b0c commit c736f09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.changeset/typography-scale-headings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Matching `.juno-h1`–`.juno-h6` utility classes apply the same scale to non-hea
1212

1313
**Accessibility fixes**: several components previously used `<h1>` for UI labels regardless of context. They now use semantically appropriate elements so screen reader heading navigation reflects real document structure:
1414

15-
- `Modal` title: `<h4>` (string title) or `<div role="heading" aria-level={4}>` (ReactNode title)
15+
- `Modal` title: `<h4>` (string title) or `<div role="heading" aria-level={4}>` (ReactNode title); modal header uses `min-height` instead of fixed height and aligns items to the top so long titles wrap without clipping
1616
- `Form` title: `<h3>`
1717
- `FormSection` title: `<h4>`
1818
- `SignInForm` title: `<h2>`

0 commit comments

Comments
 (0)