Skip to content

Commit bdb3872

Browse files
authored
Merge pull request #19 from Catzilla/fix-18
Fixed #18
2 parents 8fe23aa + 3d1bba0 commit bdb3872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/CommandOutput.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Status: {{ status }}
1212
</div>
1313

14-
<div v-html="styledOutput">
14+
<div class="whitespace-pre" v-html="styledOutput">
1515
</div>
1616
</div>
1717

0 commit comments

Comments
 (0)