From 129f82759cb05b1f3ac0c09b31f1a23dfe8e6ddd Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sat, 22 Mar 2014 15:05:38 -0700 Subject: [PATCH] embedded iframe css improvements --- app/assets/stylesheets/embed.css.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/embed.css.scss b/app/assets/stylesheets/embed.css.scss index d9d5f045835..d15f7d5e361 100644 --- a/app/assets/stylesheets/embed.css.scss +++ b/app/assets/stylesheets/embed.css.scss @@ -49,7 +49,7 @@ article.post { text-align: center; color: #0088cc; font-size: 13px; - margin: 0; + margin: 5 0 0 0; word-wrap: break-word; a.staff { @@ -64,7 +64,8 @@ article.post { .cooked { padding: 20px 0; - margin-left: 92px; + margin-left: 100px; + word-wrap: break-word; p { margin: 0 0 1em 0;