Skip to content

Commit 0d8e789

Browse files
author
Dmitry Kuzin (DevExpress)
committed
Fix select 2 height for classic theme
1 parent cbec06d commit 0d8e789

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/select2.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ function init(Survey, $) {
109109
};
110110
})
111111
});
112+
el.nextElementSibling.style.height = "30px";
112113
}
113114

114115
updateValueHandler();
@@ -145,6 +146,7 @@ function init(Survey, $) {
145146
.select2("destroy");
146147
question.readOnlyChangedCallback = null;
147148
}
149+
148150
};
149151

150152
Survey.CustomWidgetCollection.Instance.addCustomWidget(widget);

0 commit comments

Comments
 (0)