+ 1
how to fix page destrcture with keyboard and multiple page in viewport on wriiting input in <input> the page.
sometime on wriiting input in <input> destrcture the page with keyboard. how can i fix it. click on forget password and enter text there . there's the problem. https://code.sololearn.com/Wm3qp8VlD9Mp/?ref=app
2 Respostas
+ 1
You have set the flex-flow to column in styling of input. Remove the flex-flow from that.
+ 1
do i have to make change for input in all section.
what should i replace it with.
after removing it it will make input element an inline level element and everything will come in a line.
please explain where i should make change.