From ab5427b0a193d84d219ccbb2d0714d884105e939 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Tue, 4 Nov 2025 16:29:37 +1000 Subject: [PATCH] DOC-3311: Resizing the editor's height would add a fixed width value. --- modules/ROOT/pages/8.2.1-release-notes.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/8.2.1-release-notes.adoc b/modules/ROOT/pages/8.2.1-release-notes.adoc index 5cc0cd2ab5..b6202342b8 100644 --- a/modules/ROOT/pages/8.2.1-release-notes.adoc +++ b/modules/ROOT/pages/8.2.1-release-notes.adoc @@ -22,7 +22,9 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[] {productname} {release-version} also includes the following bug fixes: -=== -// #TINY-vwxyz1 +=== Resizing the editor's height would add a fixed width value. +// #TINY-13138 -// CCFR here. \ No newline at end of file +Previously, an issue was identified where the editor’s width styles were overwritten when resizing the editor. This caused the width styles to break, resulting in the editor having a fixed width value instead of adapting to the container’s width. + +In {productname} {release-version}, this issue has been resolved. The editor's width is no longer overwritten after resizing when the xref:editor-size-options.adoc#resize[resize option] is set to `true`. Now, resizing only affects the width when the resize option is set to `both`. This ensures that only the necessary styles are applied during editor resizing, preserving other styles and allowing the resize behavior to function as expected. \ No newline at end of file