Fix a bug introduced in last commit, do not pre-wrap TD cells.

This commit is contained in:
Lucas Verney 2017-05-12 11:46:37 +02:00
parent 03e6571545
commit e4768de086
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ table {
td {
word-wrap: break-word;
word-break: break-all;
white-space: pre-wrap;
white-space: normal;
}
.time_to_list {