xxxxxxxxxx
<select class="float-end rectangleDropdown text-wrap" id="language">
<option>Change Language</option>
<option>English</option>
<option>French</option>
</select>
xxxxxxxxxx
.rectangleDropdown {
width: 96px;
height: 50px;
border-width: 2px;
/*for incompatible browsers*/
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
/*for no overflow*/
}