diff --git a/app/assets/stylesheets/embed.css.scss b/app/assets/stylesheets/embed.css.scss index 9c417de2973..03c01ea4690 100644 --- a/app/assets/stylesheets/embed.css.scss +++ b/app/assets/stylesheets/embed.css.scss @@ -80,6 +80,9 @@ article.post { word-wrap: break-word; word-break: break-word; + pre { + white-space: pre-wrap; + } img { max-width:100%; }