Provide sane width for filter value dropdowns

This commit is contained in:
Lance Edgar 2017-12-20 14:25:10 -06:00
parent 36aaa4d70c
commit 163c8945ed

View file

@ -275,8 +275,8 @@
// Enhance any choice/dropdown values with selectmenu.
this.inputs.find('.value select').selectmenu({
// TODO: don't remember why this was here, but seems unwanted
// width: '15em'
// provide sane width for value dropdown
width: '15em'
});
this.inputs.find('.value select').on('selectmenuopen', function(event, ui) {