Skip to content

Commit ce83edd

Browse files
committed
Controlgroup: Adjust selectmenu styling
1 parent b87010c commit ce83edd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ui/controlgroup.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,10 @@ $.widget( "ui.controlgroup", {
130130
}
131131

132132
};
133-
return { classes: classes[ position ] };
133+
return {
134+
width: "auto",
135+
classes: classes[ position ]
136+
};
134137
},
135138

136139
_setOption: function( key, value ) {

0 commit comments

Comments
 (0)