Skip to content

Commit 3943732

Browse files
author
Dmitry Kuzin (DevExpress)
committed
Fix select 2 for bootstrap and modern themes
1 parent b0efc86 commit 3943732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/select2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function init(Survey, $) {
109109
};
110110
})
111111
});
112-
el.nextElementSibling.style.height = "30px";
112+
el.nextElementSibling.style.marginBottom = "1px";
113113
}
114114

115115
updateValueHandler();

0 commit comments

Comments
 (0)