Merge pull request #2735 from dopyrory3/table_column_fix

Fix table width styling on pages rendered in markdown
This commit is contained in:
Dan Brown 2021-05-15 17:48:27 +01:00 committed by GitHub
commit d0ed165630
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ table {
border: 1px solid #DDD; border: 1px solid #DDD;
overflow: auto; overflow: auto;
line-height: 1.2; line-height: 1.2;
word-break: break-word;
} }
td p, th p { td p, th p {
margin: 0; margin: 0;