Active
Project:
Touch
Version:
7.x-1.7
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2012 at 14:49 UTC
Updated:
10 Dec 2012 at 13:29 UTC
In some case the article are not placed correctly.
You can reproduce by creating 3 articles A, B and C using a teaser, displayed on the front-page.
You should see :
A B
CIf you increase slightly (eg: using firebug) the text-length of the article A, the height will increase until the bottom-margin (40px) pushes article C away thus the following :
A B
C
Comments
Comment #1
drzraf commentedan hypothetical solution would be to use an
<hr/>every 2<articles>so that 2 articles are on a same "level" and articles of the level below won't wrap.
maybe something more elegant is still possible though.
Comment #2
drzraf commentedThis does the trick (thx to SeriousMatters and others helpful people from #drupal):
Comment #3
ravis commentedComment #4
drzraf commentedI'm sorry but the above is a workaround which rely on float/clear, not a proper HTML5 solution.
Comment #5
drzraf commentedping ?