]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Use flex in routing form to fix marker column width
[rails.git] / app / assets / stylesheets / common.scss
index 757da56fec30f495a332f758b87eb6ebfb5c1cf7..4cc31d611b6d7dd0187ca475e08b298d0636e1c9 100644 (file)
@@ -568,7 +568,13 @@ tr.turn {
     cursor: pointer;
 }
 
-.routing_marker { width: 15px; cursor: move; }
+.routing_marker_column {
+  width: 15px;
+
+  img {
+    cursor: move;
+  }
+}
 
 /* Rules for the history sidebar */