mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 18:40:05 +00:00
feat(core): ✨ do not wrap changelist tables
This commit is contained in:
parent
fdc79cbb74
commit
661fbf0b8f
|
@ -63,6 +63,7 @@ function wrapTable( table ) {
|
|||
// TODO: Make this a config flag
|
||||
const ignoredClasses = [
|
||||
'citizen-table-nowrap',
|
||||
'mw-changeslist-line',
|
||||
'infobox'
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue