From 81b6599830e04cc45d7b847b7626015b76febf9f Mon Sep 17 00:00:00 2001 From: Shrey Date: Thu, 13 Aug 2015 20:21:01 +0530 Subject: [PATCH] Fixed related issues positioning (cherry picked from commit 156e678dc6dccdf36912ffa16264eb0967a4d5a6) --- app/assets/stylesheets/common.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 95c21c901..251731a4c 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -2756,6 +2756,7 @@ input.richtext_title[type="text"] { } .related-block{ + width:280px; float:right; } @@ -2788,4 +2789,4 @@ input.richtext_title[type="text"] { background: #fff1f0; color: #d85030; border-color: rgba(216, 80, 48, 0.3); -} \ No newline at end of file +} -- 2.43.2