diff --git a/codex-editor.css b/codex-editor.css index 2a077c09..b35457f1 100644 --- a/codex-editor.css +++ b/codex-editor.css @@ -420,8 +420,10 @@ .ce-block{ margin: 0; } - .ce-block__content{ - margin: 0 25px; + .ce-block__content, + .ce-toolbar__content + { + padding: 0 25px; } .ce-toolbar { @@ -441,7 +443,7 @@ } .ce-toolbar__plus { - margin-left: 0; + margin-left: -25px; } .ce-toolbar__plus,