MediaWiki:Common.css: Difference between revisions

Protect table row from being hidden in mw-collapsible tables
mNo edit summary
(Protect table row from being hidden in mw-collapsible tables)
Line 1,762:
flex-flow: row wrap;
gap: 32px 32px;
}
 
/* Protect table row from being hidden */
table.mw-collapsed tr.protected {
display: table-row !important;
}