[openstreetmap-website] Glitch in browse way page (#222)
sabas
notifications at github.com
Fri Mar 29 08:47:17 UTC 2013
There's a little problem on lower width viewports, at least in the italian version, see http://www.openstreetmap.org/browse/way/25984170 with a viewport of less than 900px
The Comment part goes under the changeset number (in italian the h4 is "Nel gruppo di modifiche" which spans 2 rows).
A fix would be
.browse-section div {
clear: left;
}
(of course if the class is used only there, I tried via chrome dev tools )
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/222
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20130329/24211f58/attachment.html>
More information about the rails-dev
mailing list