Skip to content

Commit

Permalink
Merge pull request #734 from nature-of-code/dev/table-margin
Browse files Browse the repository at this point in the history
Add vertical margin to tables
  • Loading branch information
jasongao97 committed Feb 7, 2024
2 parents c6f8fef + ef13f53 commit aecb98a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions magicbook/stylesheets/components/table.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
table {
margin-top: 10pt;
margin-bottom: 10pt;
width: 100%;
page-break-inside: avoid;
border-collapse: collapse;
Expand Down

0 comments on commit aecb98a

Please sign in to comment.