Is there a way to break a line <br/>
inside a <li>
tag? For example:
- First line
second line - Second list item
- Third list item
I've tried setting margin and padding to 0, but I still get an unwanted space between the lines. Any suggestions on how to fix this issue?