| Index: runtime/bin/vmservice/client/deployed/web/index.html
|
| diff --git a/runtime/bin/vmservice/client/deployed/web/index.html b/runtime/bin/vmservice/client/deployed/web/index.html
|
| index 58ade8b4969619264b1aa73a8521d9ff96dadb1f..e2eeb258637b3fa1fce43ee40420ab75559a8c40 100644
|
| --- a/runtime/bin/vmservice/client/deployed/web/index.html
|
| +++ b/runtime/bin/vmservice/client/deployed/web/index.html
|
| @@ -621,7 +621,7 @@
|
| <tr template="" repeat="{{ line in script.linesForDisplay }}">
|
| <td style="{{ hitsStyle(line) }}"> </td>
|
| <td style="font-family: consolas, courier, monospace;font-size: 1em;line-height: 1.2em;white-space: nowrap;">{{line.line}}</td>
|
| - <td width="99%" style="font-family: consolas, courier, monospace;font-size: 1em;line-height: 1.2em;">{{line.text}}</td>
|
| + <td width="99%" style="font-family: consolas, courier, monospace;font-size: 1em;line-height: 1.2em;white-space: pre;">{{line.text}}</td>
|
| </tr>
|
| </tbody>
|
| </table>
|
|
|