diff --git a/modules/ROOT/pages/8.3.0-release-notes.adoc b/modules/ROOT/pages/8.3.0-release-notes.adoc index ac3ef4d7d3..f1cf05cb55 100644 --- a/modules/ROOT/pages/8.3.0-release-notes.adoc +++ b/modules/ROOT/pages/8.3.0-release-notes.adoc @@ -92,6 +92,13 @@ For more informaton on license keys, see: xref:license-key.adoc[License Key]. {productname} {release-version} also includes the following bug fixes: +=== Removing a line height at times did not remove it from all selected lines. +// #TINY-13053 + +An issue was identified where removing or modifying `lineheight` properties on multiple elements resulted in inconsistent updates when the elements had differing values. In these cases, only the `lineheight` of the first line was changed or removed, while subsequent lines were not updated. + +{productname} {release-version} resolves this issue by introducing improved toggling behavior for the permissive `lineheight` option, ensuring that all lines are now correctly updated or removed as expected. + === The `font-size` style on list items was not copied to new list items. // #TINY-13224