FIX: Enable word wrap for pre tags in embedded discourse on iOS

This commit is contained in:
Robin Ward 2014-10-30 16:14:40 -04:00
parent e66c53a4a7
commit b5e9e9d6bd

View File

@ -80,6 +80,9 @@ article.post {
word-wrap: break-word;
word-break: break-word;
pre {
white-space: pre-wrap;
}
img {
max-width:100%;
}