We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33bba58 commit cb042a2Copy full SHA for cb042a2
src/assets/editors/flysystem.js
@@ -49,6 +49,7 @@ class FlysystemEditor extends StringEditor {
49
this.streamUrl = this.schema?.streamUrl || '/filemanager/api/stream'
50
51
this.select2instance = $(this.selectInput).select2({
52
+ width: '100%',
53
theme: 'krajee-bs3',
54
ajax: {
55
cache: true,
0 commit comments