Skip to:
Content

bbPress.org

Changeset 7261

Timestamp:
06/28/2024 05:29:42 PM (6 weeks ago)
Author:
johnjamesjacoby
Message:

Admin: prevent broken list-table layouts.

This change adds CSS that targets forum/topic/reply list-table heads & foots.

It allows text – that is both unbreakable & wider than its parent th/td – to truncate with an ellipsis.

This is necessary because the default behavior is to continue to squish text down to an unreadable state, which happens frequently here due to the number of columns in the tables and the amount of content available inside of them to Keymasters & Moderators.

In branches/2.6, for 2.6.10.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.6/src/includes/admin/assets/css/admin.css

    r7258 r7261  
    321321}
    322322
     323
     324
     325
     326
     327
     328
     329
     330
     331
     332
     333
     334
     335
     336
     337
     338
     339
     340
     341
     342
     343
     344
     345
     346
     347
     348
     349
     350
     351
    323352.column-bbp_forum_topic_count,
    324353.column-bbp_forum_reply_count,
Note: See TracChangeset for help on using the changeset viewer.