http://coming-soon.zzz.com.ua/ I can not understand why the height of the email entry form changes. Tell me, I'm already .maim__form
:( The block is called .maim__form
Thank you!
Closed due to the fact that the essence of the question is incomprehensible to the participants by cheops , Denis , user194374, dirkgntly , pavel Aug 24 '16 at 10:29 .
Try to write more detailed questions. To get an answer, explain what exactly you see the problem, how to reproduce it, what you want to get as a result, etc. Give an example that clearly demonstrates the problem. If the question can be reformulated according to the rules set out in the certificate , edit it .
- Google Chrome 52, Windows 7 - the height of the form does not change - Vitaly Emelyantsev
|
2 answers
Change the display
.main__input
with the inline-block
.
.main__input { ... display: block; ... }
Or set the height not of the form, but of input
.
.main__input { ... height: 57px; ... }
Otherwise, it does not perceive 100% inline-block
.
|
set a fixed height for the block with the class noma
and input main__input
and you will be main__input
- Try to write more detailed answers. Explain what is the basis of your statement? - Nicolas Chabanovsky ♦
|