Skip to content

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

  1. Create a ul
  2. Add list items that are not p or a

Possible fixes

ul li > *{
display: inline-block;
}

Attachments

Screenshot_2020-05-18_at_11.18.09

Edited by Konstantinos Platis