Interim fix for #600

This commit is contained in:
Thomas A. Reinert 2018-03-17 22:51:20 +01:00
parent a9e0c53f1e
commit c5a345a3d6
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
body {
margin: 1vw;
}

View File

@ -10,6 +10,7 @@
*/
function understrap_wpdocs_theme_add_editor_styles() {
add_editor_style( 'css/custom-editor-style.css' );
add_editor_style( 'css/custom-editor-overwrite-style.css' );
}
add_action( 'admin_init', 'understrap_wpdocs_theme_add_editor_styles' );