diff --git a/src/wp-content/themes/twentynineteen/style-editor.css b/src/wp-content/themes/twentynineteen/style-editor.css index 5206b537e21cd..5e48003bde804 100644 --- a/src/wp-content/themes/twentynineteen/style-editor.css +++ b/src/wp-content/themes/twentynineteen/style-editor.css @@ -896,6 +896,10 @@ figcaption, font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; } +:where(.editor-styles-wrapper table:not(:last-child)) { + margin-bottom: 1.375rem; +} + /** === Cover === */ .wp-block-cover h2, .wp-block-cover .wp-block-cover-text { diff --git a/src/wp-content/themes/twentynineteen/style-editor.scss b/src/wp-content/themes/twentynineteen/style-editor.scss index c4c79817ae9cd..d90ebc3f9cfc4 100644 --- a/src/wp-content/themes/twentynineteen/style-editor.scss +++ b/src/wp-content/themes/twentynineteen/style-editor.scss @@ -280,6 +280,10 @@ figcaption, @include font-family( $font__heading ); } +:where(.editor-styles-wrapper table:not(:last-child)) { + margin-bottom: 1.375rem; +} + /** === Cover === */ .wp-block-cover {