Making WordPress.org

Ticket #2131: 2131.diff

File 2131.diff, 527 bytes (added by audrasjb, 8 years ago)

fix overflow issue #2131

  • wordpress.tv/public_html/wp-content/themes/wptv2/anon-upload-template.php

    diff --git a/wordpress.tv/public_html/wp-content/themes/wptv2/anon-upload-template.php b/wordpress.tv/public_html/wp-content/themes/wptv2/anon-upload-template.php
    index 2eaff55..a6e9199 100644
    a b function anon_upload_css() { 
    6161
    6262        .video-upload p {
    6363                margin: 16px 0;
    64                 overflow: auto;
     64                display: block;
     65                overflow: hidden;
    6566        }
    6667
    6768        .video-upload h3 {