plugin/list-uploader: better layout
Massimo Melina committed
May 17, 2024 at 12:43 UTC
477d6d2d8ec677ea413353574894e6e55b580053
1 file changed
+1
-1
plugins/list-uploader/plugin.js
+1
-1
@@ -4,7 +4,7 @@ exports.apiRequired = 8.3 // useBatch
4
exports.frontend_js = "main.js"
5
6
exports.configDialog = {
7
- sx: { maxWidth: '15em' },
7
+ sx: { maxWidth: '20em' },
8
}
9
10
exports.config = {