Sfoglia il codice sorgente

Merge pull request #22 from ollama-webui/dev

Update app.css
Timothy Jaeryang Baek 1 anno fa
parent
commit
e93a5ab7b6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 {