Skip to content

Commit

Permalink
Merge pull request #1128 from primer/table-border
Browse files Browse the repository at this point in the history
Add support for table border
  • Loading branch information
simurai authored Aug 3, 2020
2 parents 744ffe7 + eeef9d8 commit 6327af4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/markdown/tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
// Tables
table {
display: block;
width: 100%;
width: 100%; // keep for backwards compatibility
width: max-content;
max-width: 100%;
overflow: auto;

th {
Expand Down

0 comments on commit 6327af4

Please sign in to comment.