fix(core): 🐛 update overflow config name in skin.json

This commit is contained in:
alistair3149 2024-05-27 15:56:47 -04:00
parent c17aeab3fd
commit c1582a8ddc
No known key found for this signature in database

View file

@ -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
}
},