Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit a4b1a93

Browse files
committed
Merge branch 'stable'
2 parents 47483e1 + 40d3569 commit a4b1a93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/_snippets/features/custom-heading-elements.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ClassicEditor
2828
]
2929
},
3030
toolbar: {
31-
viewportTopOffset: 60
31+
viewportTopOffset: 100
3232
}
3333
} )
3434
.then( editor => {

docs/_snippets/features/custom-heading-levels.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ClassicEditor
1818
]
1919
},
2020
toolbar: {
21-
viewportTopOffset: 60
21+
viewportTopOffset: 100
2222
}
2323
} )
2424
.then( editor => {

0 commit comments

Comments
 (0)