Skip to content

Commit cb042a2

Browse files
committed
Width 100% for select2 inputs
1 parent 33bba58 commit cb042a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/assets/editors/flysystem.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ class FlysystemEditor extends StringEditor {
4949
this.streamUrl = this.schema?.streamUrl || '/filemanager/api/stream'
5050

5151
this.select2instance = $(this.selectInput).select2({
52+
width: '100%',
5253
theme: 'krajee-bs3',
5354
ajax: {
5455
cache: true,

0 commit comments

Comments
 (0)