I'm facing an issue on my HTML page where a div containing users from a chat system database is not displaying correctly. The ul li tag within the parent div is not taking up the full width as expected. Here's how it should look: http://prntscr.com/nz6byp
I've already attempted setting the width to 100%.
Below is the HTML code:
.left-sidebar{
background-color:#F7F7F7;
padding: 20px;
border-radius: 5px 0px 0px 5px;
}
// More CSS code here
Please take a look and let me know if you have any suggestions or solutions. Your help is greatly appreciated!