use pre-wrap for long lines (#2181)

This commit is contained in:
Alanna Scott 2017-02-15 13:09:17 -08:00 committed by GitHub
parent acfe62eaf7
commit dbee6aca1f
1 changed files with 1 additions and 1 deletions

View File

@ -25,5 +25,5 @@ table.table thead th.sorting:after, table.table thead th.sorting_asc:after, tabl
}
.like-pre {
white-space: pre;
white-space: pre-wrap;
}