MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 87: Line 87:
         width: 100% !important;
         width: 100% !important;
         box-sizing: border-box;
         box-sizing: border-box;
    }
    /* Hide the original header row since it won't align with the new "cards" */
    .mobile-card-table thead,
    .mobile-card-table tr:first-child {
        display: none !important;
     }
     }