To see a live example, visit this link.
My goal is to create a line that separates two li elements within a nested ul. However, the line ends up taking the width of the container ul instead of the div containing the entire structure. In the provided example, I used nested ul elements but in my actual project, I am using ng-repeat to achieve the same outcome.
.unstyled {
padding-left: 24px;
}
.titleSeperator {
background: black;
margin-top: 0px;
margin-bottom: 0px;
height: 1px;
width: 100%;
}