Skip to content

Commit

Permalink
Merge pull request #186 from lkhrs/table-width
Browse files Browse the repository at this point in the history
Make tables in a figure full width
  • Loading branch information
lkhrs committed Jan 24, 2024
2 parents d5d2bac + ec278e9 commit bb2b215
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions simple.css
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,10 @@ table {
margin: 1.5rem 0;
}

figure > table {
width: max-content;
}

td,
th {
border: 1px solid var(--border);
Expand Down
2 changes: 1 addition & 1 deletion simple.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bb2b215

Please sign in to comment.