How to fit the box of lists inside the border? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to fit the box of lists inside the border?

https://code.sololearn.com/W7A71FaK3RT2/?ref=app

25th Feb 2018, 2:32 PM
GO!
GO! - avatar
8 Answers
+ 3
remove the width:20px in line 8 of CSS.
25th Feb 2018, 3:36 PM
Jonathan Pizarra (JS Challenger)
Jonathan Pizarra (JS Challenger) - avatar
+ 2
Yes, Now I get it! Tqvm!
26th Feb 2018, 2:28 AM
GO!
GO! - avatar
+ 1
Is it possible to reduce the width of box of list?
25th Feb 2018, 10:19 PM
GO!
GO! - avatar
25th Feb 2018, 11:46 PM
GO!
GO! - avatar
0
try to set the width for the input.
25th Feb 2018, 11:26 PM
Jonathan Pizarra (JS Challenger)
Jonathan Pizarra (JS Challenger) - avatar
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.
26th Feb 2018, 12:23 AM
Jonathan Pizarra (JS Challenger)
Jonathan Pizarra (JS Challenger) - avatar
0
You can add border:0; for the input css.
26th Feb 2018, 4:26 AM
Alfredo Girón Zúñiga
Alfredo Girón Zúñiga - avatar
0
Tq! It really helps me!
6th Mar 2018, 11:41 AM
GO!
GO! - avatar