If the font size of a select field is changed, the height of the field does not adjust and the text is cut off. **Code for reproducing:** ```html <select className="text-xxl"> <option>default size</option> </select> <input type="text" className="text-xxl"/> ``` **Images:** <img width="238" alt="Bildschirmfoto 2021-03-10 um 12 00 16" src="https://user-images.githubusercontent.com/35741000/110620009-d09e9d00-8198-11eb-9983-c0eea258dff1.png"> <img width="480" alt="Bildschirmfoto 2021-03-10 um 12 04 18" src="https://user-images.githubusercontent.com/35741000/110619985-c9778f00-8198-11eb-9257-42762b924921.png">