diff --git a/docs/src/demos/Examples/Book/index.vue b/docs/src/demos/Examples/Book/index.vue index 5558e0c2b..8d0848dcd 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 1ec75188c..e0198cfa4 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 dc996245a..9ba5fc022 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 5800130bc..89b7c5b50 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 81dd2fd51..978a1c626 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 3716dc7cd..33d82e8fd 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 90923f633..67531de83 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 90fec8b21..7dd493fe5 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 1f7350b28..8cd1d82e4 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 c91eb78d4..e4e3e8bbe 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 9c9cf014e..1af2d3c60 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 cea9f5422..9246e4f8f 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 356e25b27..a211987aa 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; }