Skip to content

Commit

Permalink
Make tables in a figure full width
Browse files Browse the repository at this point in the history
  • Loading branch information
lkhrs committed Jan 24, 2024
1 parent d5d2bac commit f92631b
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit f92631b

Please sign in to comment.