The `li.task-List-item` rule of the default style.css file for wiki positions the bullet pointed items slightly to far to the left. Below is a corrected version of the css that works better for modern web browsers.
li.task-list-item input { margin-left: -1.8em; margin-right: 1em;