fix: don't break words (fix #30) (#45)

* fix: don't break words

* fix: don't break words as much as possible, but when the width is not enough, will still break

---------

Co-authored-by: josc146 <josStorer@outlook.com>
This commit is contained in:
Víctor Fernández
2023-03-21 07:32:09 +01:00
committed by GitHub
parent 8f23094094
commit 1adf4714ad
+1 -1
View File
@@ -116,7 +116,7 @@
font-size: 15px;
line-height: 1.6;
border-radius: 8px;
word-break: break-all;
word-break: break-word;
pre {
margin-top: 10px;