From 212b59396064f289b590d259a3ecd646572fadc7 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 30 Oct 2014 10:15:40 -0700 Subject: [PATCH] long embed content urls overflow in safari? --- app/assets/stylesheets/embed.css.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/embed.css.scss b/app/assets/stylesheets/embed.css.scss index cc73f0757..9c417de29 100644 --- a/app/assets/stylesheets/embed.css.scss +++ b/app/assets/stylesheets/embed.css.scss @@ -47,7 +47,6 @@ article.post { .author { padding: 10px 5px; float: left; - text-align: center; img { max-width: 45px; @@ -57,7 +56,6 @@ article.post { h3.username { font-size: 13px; margin: 0 0 10px 0; - word-wrap: break-word; a { color: #5c5c5c @@ -80,6 +78,7 @@ article.post { padding: 10px 0 20px 0; margin-left: 65px; word-wrap: break-word; + word-break: break-word; img { max-width:100%;