No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 20: Line 20:
         display: table-cell !important;
         display: table-cell !important;
         word-wrap: break-word !important;
         word-wrap: break-word !important;
    }
}
/* Respect system dark mode preference as fallback before JS loads */
@media (prefers-color-scheme: dark) {
    html:not(.skin-theme-clientpref-day) {
        color-scheme: dark;
     }
     }
}
}

Revision as of 20:10, 14 January 2026

@media (max-width: 600px) {
    .infobox-crt-model {
        float: none !important;
        width: 100% !important;
        margin: 0 0 1em 0 !important;
        max-width: 100% !important;
    }
    
    .infobox-crt-model tbody,
    .infobox-crt-model tbody tr,
    .infobox-crt-model tbody td,
    .infobox-crt-model tbody th {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .infobox-crt-model tbody td,
    .infobox-crt-model tbody th {
        display: table-cell !important;
        word-wrap: break-word !important;
    }
}
MediaWiki Appliance - Powered by TurnKey Linux