Closed (won't fix)
Project:
Bluecheese
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2008 at 02:57 UTC
Updated:
21 Aug 2014 at 21:00 UTC
Jump to comment: Most recent
When tags from multiple groups and topics are present in teasers, this creates a vertical list of tags and is causing node and teaser links to not clear the following teaser. See http://groups.drupal.org/node/2191/discussions. On nodes, comments aren't fully clearing too: http://groups.drupal.org/node/16640
This css seems to effectively clear these. I tested this fix for Firefox, Safari, IE6 and 7, and Opera.
.links {
display: inline-block;
width: 100%;
}
Comments
Comment #1
squiggy commentedAlso, here's a HTML demo of this working: http://dev.chapterthree.com/~squiggy/groups/groups-css-fix.html
Comment #2
drummComment #3
squiggy commentedComment #4
moshe weitzman commented@gabor - could you commit this the theme if you find it generally useful?
Comment #5
Graeme Blackwood commentedThis would work, or you could just add a class of clearfix (assuming clearfix is in the CSS). Since this hasn't been touched in 3 years and we are nearing the move of Groups to the new theme, can we mark this as closed?
Comment #6
drummI think so.