Skip to content

Commit

Permalink
Word wrap for the log viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
Curtis Gray committed Mar 10, 2024
1 parent 23cc347 commit b44f4cc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion services/wingman.cpp
4 changes: 2 additions & 2 deletions ux/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"name": "Electric Curtis",
"url": "https://x.com/electric_curtis"
},
"description": "Wingman is the best way to launch llama locally.",
"version": "0.7.0",
"description": "Wingman is the best way to run Llama AI locally.",
"version": "0.7.1",
"private": true,
"main": "tron/main.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions ux/tron/log-display.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
width: 100%; /* Full width */
flex: 1; /* Take up remaining space */
overflow: auto; /* Allow scrolling */
white-space: pre-wrap; /* Wrap text */
word-break: break-word; /* Ensure words break properly */
}
h1 {
font-size: 1.5em;
Expand Down

0 comments on commit b44f4cc

Please sign in to comment.