0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

Add word-break: break-word to fix code wrapping

This commit is contained in:
G.Ambatte
2021-10-18 22:51:17 +13:00
parent aec8133046
commit fec6aacee5

View File

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