Last modified: 2011-03-09 12:37:57 UTC
See url. the file url and the search result description text are now on the same line. This is because the <div class="searchresult"> is an inline element after the <a> of the file link.
Temp Commons fix deployed, since there it is the prime search results view, making it a rather annoying bug there. http://commons.wikimedia.org/w/index.php?title=MediaWiki%3ACommon.css&action=historysubmit&diff=49987369&oldid=49876494 Issue observed on at least Safari 5 btw.
Caused by r74388
Created attachment 8267 [details] The bug in action
The div.searchresult has a width of 38em given. That is gone/ignored when it's display:inline
Fixed in r83583