I remember that one time is was said, that there are times you should not use height.Could someone please remind me when?
related, here my button text, got pushed down, why did that happen? and when should I not use height?
margin: 25px 0 35px 0;
width: 120px;
height: 42px;
background-color: white;
border: none;
border-radius: 5px;
padding: 15px 30px;
font-size: 16px;
font-size: medium;
font-family: inherit;
}```