Skip to content

Commit

Permalink
Add a margin-bottom for tinymce tables
Browse files Browse the repository at this point in the history
  • Loading branch information
zoglo committed Jun 12, 2024
1 parent 94baeac commit 746d31a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/framework/scss/ctm_components/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ table {

border-collapse: $tcollapse;
border-spacing: $table-cell-spacing;

&:has(+ *) {
margin-bottom: $paragraph-spacing;
}
}

caption {
Expand Down

0 comments on commit 746d31a

Please sign in to comment.