From 76312fb51ae78ec43bb338bf6c287ca14eb3634d Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Wed, 8 May 2013 10:47:04 -0400 Subject: [PATCH] Fix #1443 geocode result style --- css/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/app.css b/css/app.css index f953a3421..5bfdb1891 100644 --- a/css/app.css +++ b/css/app.css @@ -1677,6 +1677,7 @@ img.wiki-image { display: inline-block; border-bottom: 1px solid #CCC; padding: 5px 10px; + width: 100%; } .geocode-control div.map-overlay span.not-found { line-height: 28px;