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.
This commit is contained in:
parent
313fcc473d
commit
7d094e63f7
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue