Updating the Table block code to make sure that in the editor, the border will only be applied to the table, but not captions below the table.
@@ -494,7 +494,7 @@ p.has-drop-cap:not(:focus)::first-letter {
/* Table */
-.wp-block-table,
+.wp-block-table table,
.wp-block-table th,
.wp-block-table td {
border: 1px solid #ddd;
@@ -503,7 +503,6 @@ p.has-drop-cap:not(:focus)::first-letter {
.wp-block-table {
border-collapse: separate;
border-spacing: 0;
- border-width: 1px 0 0 1px;
font-size: 90%;
margin: 0 0 1.75em;
table-layout: fixed;