Browse Source

Merge pull request #22 from ollama-webui/dev

Update app.css
Timothy Jaeryang Baek 1 year ago
parent
commit
e93a5ab7b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app.css

+ 1 - 1
src/app.css

@@ -6,7 +6,7 @@
 
 html {
 	@apply bg-gray-800;
-	word-break: break-all;
+	word-break: break-word;
 }
 
 .hljs {