[Solved] How to fix this sudden change in size | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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

15th Jul 2021, 8:27 AM
Lucifer
Lucifer - avatar
5 Antworten
+ 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"
21st Jul 2021, 1:24 PM
Lucifer
Lucifer - avatar
0
I saw your code but there's no such issues
15th Jul 2021, 8:32 AM
Shubham Pandey
Shubham Pandey - avatar
0
Then where's the problem ? Or if no issue then how could i fix their size ?
15th Jul 2021, 8:55 AM
Lucifer
Lucifer - avatar
0
Both didn't work guys 🙄
16th Jul 2021, 12:50 PM
Lucifer
Lucifer - avatar
- 1
proper solution; your input box { border:none; outline:none; padding:12px 55px; }
15th Jul 2021, 10:00 PM
blocked