]> git.openstreetmap.org Git - rails.git/commitdiff
Fixed related issues positioning
authorShrey <shrey14099@iiitd.ac.in>
Thu, 13 Aug 2015 14:51:01 +0000 (20:21 +0530)
committerMatt Amos <zerebubuth@gmail.com>
Mon, 22 Aug 2016 15:18:15 +0000 (16:18 +0100)
(cherry picked from commit 156e678dc6dccdf36912ffa16264eb0967a4d5a6)

app/assets/stylesheets/common.scss

index 95c21c9012e9a41123830e1ba6c0b3b5dba4fcaa..251731a4c5cd40d65cf54fe7a9000cbef6fa8cf2 100644 (file)
@@ -2756,6 +2756,7 @@ input.richtext_title[type="text"] {
 }
 
 .related-block{
 }
 
 .related-block{
+  width:280px;
   float:right;
 }
 
   float:right;
 }
 
@@ -2788,4 +2789,4 @@ input.richtext_title[type="text"] {
   background: #fff1f0;
   color: #d85030;
   border-color: rgba(216, 80, 48, 0.3);
   background: #fff1f0;
   color: #d85030;
   border-color: rgba(216, 80, 48, 0.3);
-}
\ No newline at end of file
+}