<p>In app/helpers/geocoder_helper.rb:</p>
<pre style='color:#555'>> @@ -19,7 +19,7 @@ def result_to_html(result)
>      html << result[:suffix] if result[:suffix]
>  
>      if result[:type] and result[:id]
> -      html << content_tag(:small, :class => ["deemphasize", "search_details"]) do
> +      html << content_tag(:small, :class => ["deemphasize", "search_details", "clearfix"]) do
</pre>
<p><code>clearfix</code> is needed to stop the <code>float:right</code> content overflowing the list item container.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href='https://github.com/openstreetmap/openstreetmap-website/pull/477/files#r6283318'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/uTRSc6ihLa7Shf84BpiOpkiFuzMB5Gdc33hi4zFi3wIiEgerXw-mXux3nAqY9mS_.gif' height='1' width='1'></p>