Preserve white space

This commit is contained in:
Annabel Dunstone 2016-04-07 08:08:51 -07:00
parent 9cae14037a
commit f84d9e5389
1 changed files with 3 additions and 1 deletions

View File

@ -66,7 +66,9 @@
}
td {
white-space: nowrap;
span {
white-space: pre;
}
}
}