Skip to content

Commit f5dd96e

Browse files
authored
fix: set correct whitespace in output (#480)
1 parent 0db385f commit f5dd96e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/components/features/inspector/FallbackOutput/OutputLine.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const styles = mergeStyleSets({
3333
border: 'none',
3434
margin: 0,
3535
float: 'left',
36+
whiteSpace: 'pre-wrap',
3637
},
3738
})
3839

0 commit comments

Comments
 (0)