Added text wrap for build log

This commit is contained in:
Dmitry Khomutov 2017-04-14 22:15:45 +07:00
parent 3f7882bfe9
commit acd2bcc088
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9

View file

@ -164,7 +164,7 @@
<div class="tab-content">
<div class="tab-pane active" id="log">
<pre style="overflow-y: visible;"><?php print $data['log']; ?></pre>
<pre style="overflow-y: visible; white-space: pre-wrap"><?php print $data['log']; ?></pre>
</div>
<div class="tab-pane" id="errors">