Skip to:
Content

BuddyPress.org

Ticket #8751: 8751.patch

File 8751.patch, 523 bytes (added by nidhidhandhukiya, 3 years ago)
  • wordpress.org/public_html/style/trac/common/css/trac.css

     
    974974  box-shadow: none;
    975975 }
    976976}
     977
     978/* Table Overflow issue solution */
     979@media (max-width:1280px) {
     980        table.listing {
     981                        display: block;
     982                        overflow-x: auto;
     983                        white-space: nowrap;
     984        }
     985}
     986 No newline at end of file