Skip to:
Content

bbPress.org

Ticket #3475: 3475.patch

File 3475.patch, 461 bytes (added by nidhidhandhukiya, 3 years ago)

After applying this solution the issue is resolved.

  • wordpress.org/public_html/style/trac/wp-trac.css

     
    788788table.listing {
    789789        -webkit-box-shadow: none;
    790790        box-shadow: none;
     791        display: block;
     792    white-space: nowrap;
     793    overflow-x: auto;
    791794}
    792795span.system-message,
    793796div.system-message {