.combobox {
    width: 95%;
}

.combobox option {
    width: 95%;
}

input[type=number] {
    width: 100px;
} 