]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/common.css
Set a minimum height for the changeset list map
[rails.git] / public / stylesheets / common.css
index 65b43041863547152b4b0f370aa6606f41908805..1ea7a5bd29553dbabb83ab3791911e6c69cfbd35 100644 (file)
@@ -634,6 +634,7 @@ hr {
   bottom: 0px;
   right: 0px;
   width: 49%;
+  min-height: 400px;
   border: solid 1px black;
 }
 
@@ -646,6 +647,10 @@ hr {
   margin-left: 10px;
 }
 
+table.browse_details th {
+  white-space: nowrap;
+}
+
 #browse_map {
   float: right;
   width: 250px;