]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/4664'
authorTom Hughes <tom@compton.nu>
Mon, 8 Apr 2024 19:24:48 +0000 (20:24 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 8 Apr 2024 19:24:48 +0000 (20:24 +0100)
app/assets/stylesheets/common.scss

index 14aaad9cb4f1851a243119ec3c887e8394c9244c..eac3f7417aa5a1c25fd281c1ab27bbed81878561 100644 (file)
@@ -688,16 +688,15 @@ tr.turn:hover {
   .export_boxy {
     background: $lightgrey;
 
-    #maxlat { margin-top: -1px; }
+    > * {
+        margin: -1px;
+    }
     #minlon {
-      float: left;
-      /*rtl:ignore*/ margin-left: -1px;
+      /*rtl:ignore*/ float: left;
     }
     #maxlon {
-      float: right;
-      /*rtl:ignore*/ margin-right: -1px;
+      /*rtl:ignore*/ float: right;
     }
-    #minlat { margin-bottom: -1px; }
   }
 }