]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Fix indentation of query results
[rails.git] / app / assets / stylesheets / common.scss
index e660a0930a7e512d5df42b5e4716de861823a1b9..f85a946161566b6cb6d01d55b23f63ed92fb551f 100644 (file)
@@ -1267,7 +1267,11 @@ tr.turn:hover {
 
   .query-results {
     display: none;
-    padding: 0 $lineheight $lineheight/2;
+    padding-bottom: $lineheight/2;
+
+    h3 {
+      padding: 0 $lineheight;
+    }
 
     ul {
       li {