Making WordPress.org


Ignore:
Timestamp:
06/18/2016 01:04:01 PM (8 years ago)
Author:
obenland
Message:

Plugin Directory: Have reviews section always explanded.

See #1719.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_plugin-single.scss

    r3427 r3428  
    7676            border-bottom: 2px solid #eee;
    7777            max-height: 200px;
    78             overflow:hidden;
     78            overflow: hidden;
    7979            padding-bottom: 1px;
     80
     81            &#reviews {
     82                max-height: none;
     83                overflow: auto;
     84            }
    8085
    8186            h1, h2, h3 {
     
    140145
    141146        .reviews-link {
     147            display: inline-block;
    142148            @include font-size( ms-unitless( ms(-2) ) );
    143149            margin-top: 0.5rem;
    144             position: relative;
    145150
    146151            &:after {
Note: See TracChangeset for help on using the changeset viewer.