Hello..
Just apply this css to your select to set width of select.

Code:
select {
  width: 200px;
  padding: 16px 30px;
  border: none;
  border-radius: 20px;
  background-color: #f1f1f1;
}