Opened 18 years ago
Closed 18 years ago
#5828 closed defect (bug) (fixed)
floated left gallery images break blog layout
| Reported by: | nbachiyski | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | gallery has-patch |
| Cc: | Focuses: |
Description
Steps to reproduce:
- Use a theme, which doesn't clear the floats after the post content (there are many of them)
- Upload one photo
- Insert
[gallery]in your post - Save/Publish
Current: the next section, after the photo is pulled on the left of the photo, on the same line
Expected: the next section is below the photo
Here is a patch, which adds <br style="clear: both;" /> in the end of the gallery div.
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
excellent, thanks Nikolay