0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +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;
border-radius : 4px;
white-space : pre-wrap;
word-break : break-word;
overflow-wrap : break-word;
}
pre code{