Making WordPress.org


Ignore:
Timestamp:
04/09/2024 10:28:27 PM (2 years ago)
Author:
coffee2code
Message:

wporg-support-2024: Prevent ratings chart counts from wrapping at certain viewport widths.

Props nidhidhandhuk, pitamdey, coffee2code.
See #7400.
Syncs r13394.

File:
1 edited

Legend:

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

    r13476 r13479  
    13171317            font-size: ms(-2);
    13181318            margin: 0;
    1319             width: 35%;
    1320             float: none;
     1319            min-width: 40%;
    13211320            border-top: 1px solid var(--wp--custom--color--border);
     1321            flex-shrink: 0;
    13221322
    13231323            .reviews-total-count {
     
    13331333
    13341334        .col-5 {
    1335             margin: 0 5% 10px 0;
     1335            margin: 0 0 10px 0;
     1336            padding-right: 10px;
    13361337            width: 60%;
     1338            min-width: 54%;
    13371339            font-size: ms(-2);
    1338             float: none;
    13391340
    13401341            > div:first-child {
Note: See TracChangeset for help on using the changeset viewer.