0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 03:32:40 +00:00

Change to overflow-wrap : break-word

This commit is contained in:
Trevor Buckner
2021-12-09 22:19:53 -05:00
parent 6be4fcefdb
commit 82fc581125

View File

@@ -512,7 +512,7 @@ body {
background-color : #faf7ea; background-color : #faf7ea;
border-radius : 4px; border-radius : 4px;
white-space : pre-wrap; white-space : pre-wrap;
word-break : break-word; overflow-wrap : break-word;
} }
pre code{ pre code{