Large images in teasers run into the teaser below
EclipseGc - April 6, 2008 - 03:42
| Project: | Drupal.org infrastructure |
| Component: | Bluebeach |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
The associated image with a project will overlap the project table and borders between projects on the project listing page. If a div with a style="clear:both;" on it were applied directly above the project table it should fix this.

#1
I suspect this is a bluebeach problem more than a project problem per se. Can you give an example URL where this is a problem?
Thanks
#2
http://drupal.org/project/Modules/name
Look at the "Node form layouts" module listing on this page. You should clearly see the image overlapping with the next project down.
#3
Yep, I see what you mean there.
Using firebug on FF2, I was able to get that page to look right by adding one property:
#project-overview .project-item {...
overflow: hidden;
...
Neither #project-overview nor .project-item are defined in the project.css file, so I'm guessing this is a Bluebeach issue and not an issue with the project module.
#4
#247129: Large images in teasers run into the teaser below has been marked as a duplicate of this issue.
Note also that this happens not only on project node teasers, but can be seen on the front page (at least at this moment).
#5
#256621: Add clear to project-item was marked a duplicate of this issue. Note that there's a good screenshot at that issue demonstrating the problem.
#6
Just an FYI..... Adding the clear-block class to the project-item div will fix this. (or at least it should)