This is two issues in one since I cannot separate the patch. The Sass hasn't been recompiled in the latest dev.

Screen .scss line 1367 might be need to be switched to max-width, I am not entirely sure of your reasoning. Since I did not notice any other boxes too small I only unset the 50% width for the select box by adding another mq after. Check the patch which should be forthcoming.

Comments

nicxvan’s picture

Status: Active » Needs review
StatusFileSize
new81.56 KB

Patch to fix select list at desktop width.

jpamental’s picture

Issue summary: View changes
Status: Needs review » Closed (fixed)

Set select lists to width: auto and min-width of 75% to line up mostly with other text fields but allow wider width when necessary.