]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Merge branch 'pull/3091'
[rails.git] / app / assets / stylesheets / common.scss
index 481025d81fac69e855a7ea1dc83fb743dc53ff6e..a8f138caa8194b4014c6a6d28c3360ee4156cfa7 100644 (file)
@@ -975,6 +975,16 @@ tr.turn:hover {
   }
 }
 
+/* Bootstrap buttons don't have any vertical margin, so
+   they touch when adjacent buttons wrap onto a new line
+   e.g. wide form buttons on a narrow sidebar */
+
+.btn-wrapper {
+  > .btn {
+    margin-bottom: $spacer * 0.25;
+  }
+}
+
 /* Rules for export sidebar */
 
 .export_form {