Making WordPress.org

Ticket #6986: 6986.patch

File 6986.patch, 490 bytes (added by pitamdey, 23 months ago)

after applying this solution the issue is resolved

  • wordpress.tv/public_html/wp-content/themes/wptv2/style.css

     
    20942094.video-list {
    20952095        display: flex;
    20962096        flex-wrap: wrap;
     2097        justify-content: center;
    20972098        margin: 0 -5px;
    20982099}
    20992100
    21002101.video-list:after {
    21012102        content: '';
    2102         flex: auto;
    21032103}
    21042104
    21052105.video-list li {