I used a fixed-size wrapper in combination with the current one expanding in it (expands to fit the size of the parent)
<div style="width: 250px;"> <div class="ui fluid dropdown"> <input type="hidden" name="country"> <div class="default text">My Dropdown Text</div> </div> </div>
source share