Skip to content

Commit 0e770f9

Browse files
Bundled Theme: Fix inconsistent table caption spacing between editor and frontend
1 parent d6e3b8a commit 0e770f9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/wp-content/themes/twentynineteen/style-editor.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,6 +1272,10 @@ figcaption,
12721272
}
12731273

12741274
/** === Table === */
1275+
.wp-block-table table {
1276+
margin-bottom: 1.375rem;
1277+
}
1278+
12751279
.wp-block-table td, .wp-block-table th {
12761280
border-color: #767676;
12771281
}

0 commit comments

Comments
 (0)