Making WordPress.org

Ticket #4888: 4888.diff

File 4888.diff, 728 bytes (added by dufresnesteven, 5 years ago)

Fix overflow hidden on screenshot captions when image height is large and caption is more is 2+ lines of copy.

  • wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/screenshots/style.scss

    diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/screenshots/style.scss wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/screenshots/style.scss
    index 924ba1618..2c9273e56 100644
     
    1414                text-transform: inherit;
    1515        }
    1616
     17        .image-gallery-content {
     18                display: table;
     19                width: 100%;
     20        }
     21
    1722        .image-gallery-slides {
     23                display: table-cell;
    1824                max-height: 600px;
    1925        }
    2026