Fix broken table layout due to large notes in pre tag

This closes #51.
This commit is contained in:
Lucas Verney 2017-05-11 14:27:30 +02:00
parent 2bdfa8158b
commit 03e6571545
2 changed files with 3 additions and 0 deletions

View File

@ -215,5 +215,6 @@ button {
pre {
white-space: pre-wrap;
word-wrap: break-word;
word-break: break-all;
}
</style>

View File

@ -363,6 +363,8 @@ table {
td {
word-wrap: break-word;
word-break: break-all;
white-space: pre-wrap;
}
.time_to_list {