1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

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

View File

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