Making WordPress.org


Ignore:
Timestamp:
03/27/2024 09:08:49 PM (15 months ago)
Author:
coffee2code
Message:

Support: Prevent ratings chart counts from wrapping at certain viewport widths.

Props nidhidhandhuk, pitamdey, coffee2code.
Fixes #7400.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss

    r13393 r13394  
    13301330            font-size: ms(-2);
    13311331            margin: 0;
    1332             width: 35%;
    1333             float: none;
     1332            min-width: 40%;
    13341333            border-top: 1px solid #eee;
    13351334
     
    13421341
    13431342        .col-5 {
    1344             margin: 0 5% 10px 0;
    1345             width: 60%;
     1343            margin: 0 0 10px 0;
     1344            padding-right: 10px;
    13461345            font-size: ms(-2);
    1347             float: none;
     1346            min-width: 54%;
    13481347
    13491348            > div:first-child {
Note: See TracChangeset for help on using the changeset viewer.