Provide sane width for filter value dropdowns
This commit is contained in:
parent
36aaa4d70c
commit
163c8945ed
4
tailbone/static/js/jquery.ui.tailbone.js
vendored
4
tailbone/static/js/jquery.ui.tailbone.js
vendored
|
@ -275,8 +275,8 @@
|
||||||
|
|
||||||
// Enhance any choice/dropdown values with selectmenu.
|
// Enhance any choice/dropdown values with selectmenu.
|
||||||
this.inputs.find('.value select').selectmenu({
|
this.inputs.find('.value select').selectmenu({
|
||||||
// TODO: don't remember why this was here, but seems unwanted
|
// provide sane width for value dropdown
|
||||||
// width: '15em'
|
width: '15em'
|
||||||
});
|
});
|
||||||
|
|
||||||
this.inputs.find('.value select').on('selectmenuopen', function(event, ui) {
|
this.inputs.find('.value select').on('selectmenuopen', function(event, ui) {
|
||||||
|
|
Loading…
Reference in a new issue