+ 1
How to fit the box of lists inside the border?
8 Respuestas
+ 3
remove the width:20px in line 8 of CSS.
+ 2
Yes, Now I get it! Tqvm!
+ 1
Is it possible to reduce the width of box of list?
+ 1
No, it can't.
https://code.sololearn.com/W7A71FaK3RT2/?ref=app
0
try to set the width for the input.
0
don't use the width attribute, it will really not work because it's not a global attribute. It only works for some elements. Use CSS instead.
0
You can add border:0; for the input css.
0
Tq! It really helps me!