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:
@@ -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{
|
||||||
|
|||||||
Reference in New Issue
Block a user