Skip to content

Commit

Permalink
Adjustment to impove the readability of error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashochguertel committed Jul 7, 2023
1 parent 4e55a99 commit 810ef12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/webapp/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function App() {
<Tree
onClick={handler}
value={filesTree}
initialExpand={true}
initialExpand={false}
/>
</div>
</nav>
Expand Down
1 change: 1 addition & 0 deletions src/webapp/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ function Editor(
value={output}
options={{
readOnly: true,
wordWrap: "on",//
}}
/>
</Col>
Expand Down

0 comments on commit 810ef12

Please sign in to comment.