Skip to content

Commit cb1c626

Browse files
author
Farzad Hayatbakhsh
committed
DOC-2598: TINY-11390 Change the Sample format from block level to inline
1 parent c932585 commit cb1c626

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,13 @@ Previously, there was an issue where changes to the row type in numbered tables
375375

376376
In {productname} {release-version}, this issue has been resolved by removing the restriction on changing the row type from a `+contentEditable="false"+` cell. As a result, changes to the row type are now correctly applied.
377377

378-
// === The `samp` format was being applied as a `block` level format, instead of an `inline` format.
378+
=== The `samp` format was being applied as a `block` level format, instead of an `inline` format.
379379
// #TINY-11390
380380

381+
Previously, an issue was identified where the `samp` (Sample) format was incorrectly applied as a block-level format instead of an inline format. This caused the entire element to receive the `samp` format and be placed on a new line, rather than just the selected text receiving the format.
382+
383+
In {productname} {release-version}, this issue has been resolved by registering the `samp` format as an inline format. This ensures that elements with the `samp` format are treated as inline elements, maintaining the intended content flow.
384+
381385
=== Removed title attribute from dialog tree elements as they already have a tooltip.
382386
// #TINY-11470
383387

0 commit comments

Comments
 (0)