feat(core): do not wrap changelist tables

This commit is contained in:
alistair3149 2023-05-01 23:34:18 -04:00 committed by GitHub
parent fdc79cbb74
commit 661fbf0b8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,6 +63,7 @@ function wrapTable( table ) {
// TODO: Make this a config flag
const ignoredClasses = [
'citizen-table-nowrap',
'mw-changeslist-line',
'infobox'
];