From be125ff6da6c44643d4b3f26fb44b7050fd67717 Mon Sep 17 00:00:00 2001 From: Toks Date: Thu, 9 May 2013 14:03:12 -0400 Subject: [PATCH] reduce width for tall relationship previews (#1474) --- app/assets/stylesheets/specific/posts.css.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/specific/posts.css.scss b/app/assets/stylesheets/specific/posts.css.scss index 756a121ea..bbfadb9db 100644 --- a/app/assets/stylesheets/specific/posts.css.scss +++ b/app/assets/stylesheets/specific/posts.css.scss @@ -53,6 +53,8 @@ a.blacklisted-active { #has-parent-relationship-preview article.post-preview, #has-children-relationship-preview article.post-preview { float: none; + width: auto; + border: none; } .category-1 a, a.tag-type-1 {