Once it’s running.
Started 3 months, 2 weeks ago by: FIQ
When increasing the body font to 16px or more it causes the table to shrink. Here are some screen grabs from http://testbp.org recreating it using Firebug:
Normal 12px.
http://i.imgur.com/Lfu3x.jpg
At 15px everything still fine:
http://i.imgur.com/H6hbV.jpg
Then at 16px madness ensues:
http://i.imgur.com/ThHA9.jpg
It does not shrink anymore at larger fonts like 20px:
http://i.imgur.com/UieW4.jpg
When I add this to the css it seems to fix the issue.
table { display: inline-block; }
Just wondering if someone can confirm this.
Hi FIQ, you might want to post this as a bug on BP Trac:
http://buddypress.trac.wordpress.org/newticket/
Login with the same credentials you use here on bp.org.
Would rather figure out why it breaks as-is before doing something drastic like changing display of all the tables.
The problem seems to be with the pagination above it. Adding this solves the issue.
div.pagination { overflow: hidden; }
Not sure if the fix will cause other issues.
Existing and new plugins/components and themes.
Show off your BuddyPress powered sites.
Problems with getting it running.
Discuss translating BuddyPress
Everything else.
Feature requests; criticism.
Post your add-ons here.
To start connecting please log in first.
Remember Me
Think you've found a bug with the software? Please report it here (use the same login credentials).