Unordered list items do not appear inline with dots
Summary
When an unordered list does not contain <p>
or <a>
html tags, the dots before the elements do not appear inline (attachment)
Steps to reproduce
- Create a
ul
- Add list items that are not
p
or a
Possible fixes
ul li > *{
display: inline-block;
}
Attachments

Edited by Konstantinos Platis