use pre-wrap for long lines (#2181)
This commit is contained in:
parent
acfe62eaf7
commit
dbee6aca1f
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue