From 1f2cbc559460659a8eac832711ac40a0269dcdd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Fri, 2 Apr 2021 22:24:00 +0200 Subject: [PATCH] fix code style --- docs/src/demos/Examples/Book/index.vue | 1 + docs/src/demos/Examples/CollaborativeEditing/index.vue | 1 + docs/src/demos/Examples/Default/React/styles.scss | 1 + docs/src/demos/Examples/Default/Vue/index.vue | 1 + docs/src/demos/Examples/Formatting/index.vue | 1 + docs/src/demos/Examples/MarkdownShortcuts/index.vue | 1 + docs/src/demos/Examples/Tables/index.vue | 1 + docs/src/demos/Experiments/GlobalDragHandle/index.vue | 1 + docs/src/demos/Experiments/MultipleEditors/index.vue | 1 + docs/src/demos/Guide/Content/ExportHTML/index.vue | 1 + docs/src/demos/Guide/Content/ExportJSON/index.vue | 1 + docs/src/demos/Nodes/CodeBlock/index.vue | 1 + docs/src/demos/Nodes/CodeBlockLowlight/index.vue | 1 + 13 files changed, 13 insertions(+) diff --git a/docs/src/demos/Examples/Book/index.vue b/docs/src/demos/Examples/Book/index.vue index 5558e0c2..8d0848dc 100644 --- a/docs/src/demos/Examples/Book/index.vue +++ b/docs/src/demos/Examples/Book/index.vue @@ -138,6 +138,7 @@ export default { code { color: inherit; + padding: 0; background: none; font-size: 0.8rem; } diff --git a/docs/src/demos/Examples/CollaborativeEditing/index.vue b/docs/src/demos/Examples/CollaborativeEditing/index.vue index 1ec75188..e0198cfa 100644 --- a/docs/src/demos/Examples/CollaborativeEditing/index.vue +++ b/docs/src/demos/Examples/CollaborativeEditing/index.vue @@ -289,6 +289,7 @@ export default { code { color: inherit; + padding: 0; background: none; font-size: 0.8rem; } diff --git a/docs/src/demos/Examples/Default/React/styles.scss b/docs/src/demos/Examples/Default/React/styles.scss index dc996245..9ba5fc02 100644 --- a/docs/src/demos/Examples/Default/React/styles.scss +++ b/docs/src/demos/Examples/Default/React/styles.scss @@ -32,6 +32,7 @@ code { color: inherit; + padding: 0; background: none; font-size: 0.8rem; } diff --git a/docs/src/demos/Examples/Default/Vue/index.vue b/docs/src/demos/Examples/Default/Vue/index.vue index 5800130b..89b7c5b5 100644 --- a/docs/src/demos/Examples/Default/Vue/index.vue +++ b/docs/src/demos/Examples/Default/Vue/index.vue @@ -163,6 +163,7 @@ export default { code { color: inherit; + padding: 0; background: none; font-size: 0.8rem; } diff --git a/docs/src/demos/Examples/Formatting/index.vue b/docs/src/demos/Examples/Formatting/index.vue index 81dd2fd5..978a1c62 100644 --- a/docs/src/demos/Examples/Formatting/index.vue +++ b/docs/src/demos/Examples/Formatting/index.vue @@ -138,6 +138,7 @@ export default { code { color: inherit; + padding: 0; background: none; font-size: 0.8rem; } diff --git a/docs/src/demos/Examples/MarkdownShortcuts/index.vue b/docs/src/demos/Examples/MarkdownShortcuts/index.vue index 3716dc7c..33d82e8f 100644 --- a/docs/src/demos/Examples/MarkdownShortcuts/index.vue +++ b/docs/src/demos/Examples/MarkdownShortcuts/index.vue @@ -89,6 +89,7 @@ export default { code { color: inherit; + padding: 0; background: none; font-size: 0.8rem; } diff --git a/docs/src/demos/Examples/Tables/index.vue b/docs/src/demos/Examples/Tables/index.vue index 90923f63..67531de8 100644 --- a/docs/src/demos/Examples/Tables/index.vue +++ b/docs/src/demos/Examples/Tables/index.vue @@ -176,6 +176,7 @@ export default { code { color: inherit; + padding: 0; background: none; font-size: 0.8rem; } diff --git a/docs/src/demos/Experiments/GlobalDragHandle/index.vue b/docs/src/demos/Experiments/GlobalDragHandle/index.vue index 90fec8b2..7dd493fe 100644 --- a/docs/src/demos/Experiments/GlobalDragHandle/index.vue +++ b/docs/src/demos/Experiments/GlobalDragHandle/index.vue @@ -104,6 +104,7 @@ export default { code { color: inherit; + padding: 0; background: none; font-size: 0.8rem; } diff --git a/docs/src/demos/Experiments/MultipleEditors/index.vue b/docs/src/demos/Experiments/MultipleEditors/index.vue index 1f7350b2..8cd1d82e 100644 --- a/docs/src/demos/Experiments/MultipleEditors/index.vue +++ b/docs/src/demos/Experiments/MultipleEditors/index.vue @@ -203,6 +203,7 @@ export default { code { color: inherit; + padding: 0; background: none; font-size: 0.8rem; } diff --git a/docs/src/demos/Guide/Content/ExportHTML/index.vue b/docs/src/demos/Guide/Content/ExportHTML/index.vue index c91eb78d..e4e3e8bb 100644 --- a/docs/src/demos/Guide/Content/ExportHTML/index.vue +++ b/docs/src/demos/Guide/Content/ExportHTML/index.vue @@ -145,6 +145,7 @@ export default { code { color: inherit; + padding: 0; background: none; font-size: 0.8rem; } diff --git a/docs/src/demos/Guide/Content/ExportJSON/index.vue b/docs/src/demos/Guide/Content/ExportJSON/index.vue index 9c9cf014..1af2d3c6 100644 --- a/docs/src/demos/Guide/Content/ExportJSON/index.vue +++ b/docs/src/demos/Guide/Content/ExportJSON/index.vue @@ -152,6 +152,7 @@ export default { code { color: inherit; + padding: 0; background: none; font-size: 0.8rem; } diff --git a/docs/src/demos/Nodes/CodeBlock/index.vue b/docs/src/demos/Nodes/CodeBlock/index.vue index cea9f542..9246e4f8 100644 --- a/docs/src/demos/Nodes/CodeBlock/index.vue +++ b/docs/src/demos/Nodes/CodeBlock/index.vue @@ -78,6 +78,7 @@ export default { code { color: inherit; + padding: 0; background: none; font-size: 0.8rem; } diff --git a/docs/src/demos/Nodes/CodeBlockLowlight/index.vue b/docs/src/demos/Nodes/CodeBlockLowlight/index.vue index 356e25b2..a211987a 100644 --- a/docs/src/demos/Nodes/CodeBlockLowlight/index.vue +++ b/docs/src/demos/Nodes/CodeBlockLowlight/index.vue @@ -86,6 +86,7 @@ export default { code { color: inherit; + padding: 0; background: none; font-size: 0.8rem; }