Hey everyone, I'm struggling to make the aqua rectangles in my messages fill out the width of their parent ul. This is resulting in them not covering the entire area like the light blue rectangles do. Can someone help me figure this out?
Here's a screenshot of my application, where you can see the issue highlighted by the red oval and incorrect colors: https://i.sstatic.net/XniD0.png
Below is the relevant segment of my EJS code (treat it as HTML):
html,
body {
height: 100%;
background-color: #E5E5E5;
}
#nav-bar {
margin-bottom: 0;
}
// More CSS styles here...
// End of CSS code snippet
// Bootstrap and jQuery scripts below
Take note of the following:
Messages are added from a front-end file and appended as li elements to the ul with id "messages"
Please avoid referencing this unhelpful link: Stretch list items <li> to fill the width of <ul>