Skip to content

Commit

Permalink
Fix incorrect multiline and multivalue rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
kelanik8 committed Apr 19, 2024
1 parent f5f6b3f commit ecf56c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ export default {

<style>
.multiline {
white-space: pre;
white-space: pre-line;
}
</style>

0 comments on commit ecf56c4

Please sign in to comment.