Parcourir la source

Restore marker size

Andrew il y a 9 ans
Parent
commit
612fbfa38c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/views/blazer/queries/run.html.erb

+ 1 - 1
app/views/blazer/queries/run.html.erb

@@ -48,7 +48,7 @@
             properties: {
               description: marker.title,
               'marker-color': '#f86767',
-              'marker-size': 'small'
+              'marker-size': 'medium'
             }
           });
         }