0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 22:02:46 +00:00
Fix text wrapping in code blocks
This commit is contained in:
Trevor Buckner
2021-12-09 22:20:27 -05:00
committed by GitHub

View File

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