Skip to content

Commit b14060a

Browse files
authored
Merge pull request #18792 from ckeditor/ck/release-highlights-fix-code-snippet
Docs: Fixes code snippet in release highlights for the default content styles.
2 parents 85993cc + c5ed715 commit b14060a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/updating/update-to-46.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ To improve the out-of-the-box experience and accessibility, we are introducing o
9999
font-size: var(--ck-content-font-size);
100100
color: var(--ck-content-font-color);
101101
line-height: var(--ck-content-line-height);
102+
word-break: var(--ck-content-word-break);
102103
}
103104
```
104105

0 commit comments

Comments
 (0)