question scenario: in making a tool similar to the search bar, two input boxes are used
question: two boxes (one type = "text", and the other type =" button") have different heights
without setting any relevant height:
Code is
-sharpcreate {
margin-bottom: 1rem;
}
-sharpcreate input {
font-size: 1.4rem;
padding-top: .6rem;
padding-bottom: .6rem;
}
the picture is:
type=text
inputtype=button
heightline-height:
:
:
I don"t know why this happens