I am still fairly new to html so I apologize if this is a very basic question for you. Here is the css file that is causing me trouble:
.sidepanel-list{
margin-left: 10px;
background-color:lightgray;
Whenever I run the code, the background color specified takes up too much space on the lines, as shown in the image. How can I adjust it so that it only fills some of the space on the lines?
The issue will be clearer if you take a look at the image: https://i.sstatic.net/04dYi.png