Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#1763 closed defect (bug) (fixed)

Layout for secondary activity permalinks get cut off

Reported by: r-a-y's profile r-a-y Owned by:
Milestone: 1.2 Priority: minor
Severity: Version:
Component: Keywords:
Cc:

Description

As reported by anointed, the activity content for secondary activity permalinks get cut off.
http://buddypress.org/forums/topic/pages-dont-look-right-missing-info-and-sidebars-even-on-testbporg#post-35405

I did a little detective work in Firebug and found that these CSS snippets work well.

In default.css on line 1029, make sure the height is 100px:

.activity-list li.mini {height:100px;}

Also I'd add this to line 1082 of default.css:
.activity-list li.mini .activity-content {padding:35px 15px;}
}}}

Change History (1)

#1 @apeatling
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [2540]) Fixes #1763

Note: See TracTickets for help on using tickets.