You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow the default, which controls width based on option lengths.
Control width in the CSS:
.dk_toggle {
width: 7em; }
The problem is, I cannot figure out a way to target individual dropdowns when I have multiple on a page in the CSS, so they are all the same width, or I have to use to make options artificially longer.
If someone has a fix it'd be great to hear it.
The text was updated successfully, but these errors were encountered:
If you comment out or delete the following code:
$dk.find('.dk_toggle').css({
'width' : width + 'px'
});
There are two ways to control width:
.dk_toggle {
width: 7em; }
The problem is, I cannot figure out a way to target individual dropdowns when I have multiple on a page in the CSS, so they are all the same width, or I have to use to make options artificially longer.
If someone has a fix it'd be great to hear it.
The text was updated successfully, but these errors were encountered: