"white-space: pre-wrap" for all table cells, refs #896

This commit is contained in:
Simon Willison 2020-07-16 12:06:45 -07:00 committed by GitHub
commit c5f06bc356
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,7 @@ td {
border-right: 1px solid #eee;
padding: 4px;
vertical-align: top;
white-space: pre-wrap;
}
td.col-link {
font-weight: bold;