Interim fix for #600
This commit is contained in:
parent
a9e0c53f1e
commit
c5a345a3d6
|
@ -0,0 +1,3 @@
|
|||
body {
|
||||
margin: 1vw;
|
||||
}
|
|
@ -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' );
|
||||
|
||||
|
|
Reference in New Issue