Skip to content

Commit

Permalink
Merge pull request #1336 from nickyost/overflow
Browse files Browse the repository at this point in the history
Better wrap text output in textarea for webui
  • Loading branch information
adamdecaf authored Dec 7, 2023
2 parents 82130e8 + 33c345d commit 869f56b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/webui/assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
}
[id="contentoutput"] {
grid-area: output;
white-space: pre;
overflow: auto;
}
header {
grid-area: header;
Expand Down

0 comments on commit 869f56b

Please sign in to comment.