Apply column fix to all tables

This commit is contained in:
Rory Maher 2021-05-10 12:11:28 +01:00
parent 243c1db408
commit 386925ad8e

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;