Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forums Directory Table Font Bug (BP 1.5.3.1)

Viewing 4 replies - 1 through 4 (of 4 total)
  • When I add this to the css it seems to fix the issue.

    `table {
    display: inline-block;
    }`

    Just wondering if someone can confirm this.

    @r-a-y

    Keymaster

    Hi FIQ, you might want to post this as a bug on BP Trac:
    https://buddypress.trac.wordpress.org/newticket/

    Login with the same credentials you use here on bp.org.

    @djpaul

    Keymaster

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Forums Directory Table Font Bug (BP 1.5.3.1)’ is closed to new replies.
Skip to toolbar