mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-05 01:32:47 +00:00
Add word-break: break-word to fix code wrapping
This commit is contained in:
@@ -513,7 +513,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;
|
||||||
|
word-break : break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre code{
|
pre code{
|
||||||
|
|||||||
Reference in New Issue
Block a user