Opened 15 years ago
Closed 14 years ago
#2051 closed defect (bug) (wontfix)
1.2.2 widget align
Reported by: | chouf1 | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | major |
Severity: | Version: | ||
Component: | Activity | Keywords: | |
Cc: |
Description
When the Recently activ widget contains ie. 7 avatars, saying with an output of 3 cols, we have 2 lines with 3 avatars and the 7th picture is alone on the 4th line, if we add another widget after it in the same column, this widget is aligned aside the latest picture.
This need to be cleared with something like this at the end of the widget block:
{{{ <?php echo '<div style="clear:both;"></div>'; ?>
<?php echo $after_widget; ?> }}}
That's what i used in bp-core-widgets.php approx line 127
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
was in 1.2.1 and also avaible for 1.2.2 ;-)