Fix a bug introduced in last commit, do not pre-wrap TD cells.
This commit is contained in:
parent
03e6571545
commit
e4768de086
@ -364,7 +364,7 @@ table {
|
|||||||
td {
|
td {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
white-space: pre-wrap;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.time_to_list {
|
.time_to_list {
|
||||||
|
Loading…
Reference in New Issue
Block a user