.selectWidthWider { --select-width: 250px; } .item { display: flex; gap: var(--s-2); align-items: center; } .stageImg { border-radius: var(--rounded-sm); } .stageLabel { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; min-width: 0; }