FIX: Enable word wrap for `pre` tags in embedded discourse on iOS
This commit is contained in:
parent
e66c53a4a7
commit
b5e9e9d6bd
|
@ -80,6 +80,9 @@ article.post {
|
|||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
img {
|
||||
max-width:100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue