Skip to content

Commit 7c356cd

Browse files
authored
DOC-3147: Nested font sizes no longer cause excessive line spacing. (#3761)
* DOC-3147: Nested font sizes no longer cause excessive line spacing. * Update modules/ROOT/pages/8.0-release-notes.adoc
1 parent bb8cc46 commit 7c356cd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/ROOT/pages/8.0-release-notes.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,13 @@ Previously, when tabbing into a non-editable final row of a table, the editor fa
385385

386386
{productname} {release-version} resolves this issue by detecting when the final row of a table is read-only and preventing the insertion of a new row in such cases. This ensures stable behavior when navigating through tables using the Tab key.
387387

388+
=== Nested font sizes no longer cause excessive line spacing
389+
// #TINY-12073
390+
391+
Previously, applying different font sizes to nested elements could result in inconsistent and overly large line heights. This affected users by introducing visual clutter and making text blocks appear misaligned or difficult to read.
392+
393+
{productname} {release-version} introduces a fix that ensures line heights are calculated based on the font size visible in the new line, rather than inheriting line-height from parent element. This means that when different font sizes are applied within the same content, the line heights will be consistent and proportional to the visible font size.
394+
388395

389396
[[security-fixes]]
390397
== Security fixes

0 commit comments

Comments
 (0)