Ticket #8751: 8751.patch
| File 8751.patch, 523 bytes (added by , 3 years ago) |
|---|
-
wordpress.org/public_html/style/trac/common/css/trac.css
974 974 box-shadow: none; 975 975 } 976 976 } 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