mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
fix(core): 🐛 update overflow config name in skin.json
This commit is contained in:
parent
c17aeab3fd
commit
c1582a8ddc
|
@ -687,7 +687,7 @@
|
|||
"descriptionmsg": "citizen-config-enablepreferences",
|
||||
"public": true
|
||||
},
|
||||
"TableNowrapClasses": {
|
||||
"OverflowNowrapClasses": {
|
||||
"value": [
|
||||
"citizen-table-nowrap",
|
||||
"diff",
|
||||
|
@ -700,8 +700,8 @@
|
|||
"smw-datatable",
|
||||
"mw-capiunto-infobox"
|
||||
],
|
||||
"description": "Defines table css classes ignored by citizen table wrapper",
|
||||
"descriptionmsg": "citizen-config-tablenowrapclasses",
|
||||
"description": "Defines css classes ignored by overflow wrapper",
|
||||
"descriptionmsg": "citizen-config-overflownowrapclasses",
|
||||
"public": true
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue