MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 56: Line 56:
.infoboxTable th {
.infoboxTable th {
     font-size: 0; /* Hides text but keeps the column */
     font-size: 0; /* Hides text but keeps the column */
}
/* Ensure any icon, border, or other elements inside the th remain visible */
.infoboxTable th::after {
    content: ""; /* Prevents layout collapse */
    display: block;
    font-size: initial;
}
}