Opened 15 years ago
Closed 15 years ago
#1035 closed defect (bug) (fixed)
CSS enhancement on .item-meta desc
Reported by: | 21cdb | Owned by: | |
---|---|---|---|
Milestone: | 1.1 | Priority: | trivial |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
On the members/groups pages there a small issues about the margin-left of the description paragraph ul.item-list li .desc
It has a margin-right of 65px which isn't enough to prevent the text from falling behind the avatar image - The avatar image has a width of 50px + 2 x 4px (border) and 10px margin-left = 68px.
This could be avoided by increasing the margin-right of ul.item-list li .desc on line 523 of the bp-default screen.css up to 68px.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
(In [1991]) Fixes #1035