Opened 3 years ago
Closed 3 years ago
#3380 closed defect (bug) (worksforme)
Alignment of content is pushed down under avatar
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.6.5 |
Component: | General | Keywords: | |
Cc: |
Description
When I insert images I find that the content is pushed down to below the avatar on the left.
I thought I have raised this before but can't find it.
Attachments (1)
Change History (2)
#1
@
3 years ago
- Milestone Awaiting Review deleted
- Resolution set to worksforme
- Status changed from new to closed
/* Correct blockquotes so that they dispplay correctly in the forum (don't push down from avatar) */ #bbpress-forums div.bbp-topic-content blockquote, #bbpress-forums div.bbp-reply-content blockquote, #bbpress-forums div.bbp-forum-content blockquote { clear: inherit; }
I implemented the above. For some reason the blockquote was set to both. That was pushing it down.
Note: See
TracTickets for help on using
tickets.
Sample of issue