|
|
@@ -1,6 +1,7 @@
|
|
|
---
|
|
|
category: examples-builds
|
|
|
order: 30
|
|
|
+classes: main__content-wide
|
|
|
---
|
|
|
|
|
|
# Document editor
|
|
|
@@ -11,26 +12,3 @@ See the {@link framework/guides/document-editor tutorial} to learn how to create
|
|
|
|
|
|
{@snippet examples/document-editor}
|
|
|
|
|
|
-<style>
|
|
|
- /* https://github.com/ckeditor/ckeditor5/issues/913 */
|
|
|
- @media only screen and (min-width: 1600px) {
|
|
|
- .main .main__content-inner {
|
|
|
- width: 900px;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- /* https://github.com/ckeditor/ckeditor5/issues/913 */
|
|
|
- @media only screen and (min-width: 1360px) {
|
|
|
- .main .main__content {
|
|
|
- padding-right: 0;
|
|
|
- }
|
|
|
-
|
|
|
- .main .main__content-inner {
|
|
|
- max-width: 900px;
|
|
|
- }
|
|
|
-
|
|
|
- .document-editor__editable .ck-editor__editable {
|
|
|
- width: 21cm;
|
|
|
- }
|
|
|
- }
|
|
|
-</style>
|