]> git.openstreetmap.org Git - rails.git/commitdiff
Improve wrapping in the data browse on narrow windows
authorTom Hughes <tom@compton.nu>
Thu, 25 Apr 2013 16:44:40 +0000 (17:44 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 25 Apr 2013 16:44:40 +0000 (17:44 +0100)
app/assets/stylesheets/common.css.scss

index d20e4b4c4067431727da123c8a10cc6ab4168d49..3e239f9d49629915223cb088cf434f806e714b1d 100644 (file)
@@ -939,6 +939,9 @@ ul.results-list li { border-bottom: 1px solid #ccc; }
     color: #ff7070;
     font-weight: bold;
   }
+  div {
+    clear: left;
+  }
   h4, p {
     margin-bottom: 5px;
   }