mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Merge pull request #2735 from dopyrory3/table_column_fix
Fix table width styling on pages rendered in markdown
This commit is contained in:
commit
d0ed165630
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user