0
[Solved] How to fix this sudden change in size
Hello learners, I'm facing a problem in my HTML and CSS code. That is whenever the input field is getting clicked it get shrink. I'm unable to get how do i solve this issue. So if you know how to solve it please let me know. Thank you ! đč Here's my code https://code.sololearn.com/WO2c2TSNM59c/?ref=app
6 Answers
+ 1
Yes it is solved, if you're facing this problem...just change value of min-width and min-height from "vh/vw" to "em"
0
I saw your code but there's no such issues
0
Then where's the problem ? Or if no issue then how could i fix their size ?
0
Both didn't work guys đ
- 1
proper solution;
your input box {
border:none;
outline:none;
padding:12px 55px;
}