Rank order - drag and drop - select box size | XM Community
Skip to main content

 Dose anyone know how to adjust the width of the select box here? Thanks!

 

Hi,

Assuming you want to make it narrower and still having it looking normal on mobile, you can try something similar to this:

.DND ul {
max-width: 300px;
}