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

Rank order - drag and drop - select box size

  • October 13, 2025
  • 1 reply
  • 23 views

Forum|alt.badge.img+1

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

 

1 reply

vgayraud
QPN Level 6 ●●●●●●
Forum|alt.badge.img+58
  • QPN Level 6 ●●●●●●
  • October 13, 2025

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;
}