When using AsciiDoctor checklists (an unordered list with list-style:none and a checkbox icon filled in ::before the list content), eliminating the list's normal indentation causes wrapped items to stick out under the checkbox.
A better solution is to leave the normal list indentation in place, and style only the checkbox icon itself with a negative left margin, emulating the browser's normal list formatting more precisely.
When using AsciiDoctor checklists (an unordered list with
list-style:noneand a checkbox icon filled in::beforethe list content), eliminating the list's normal indentation causes wrapped items to stick out under the checkbox.A better solution is to leave the normal list indentation in place, and style only the checkbox icon itself with a negative left margin, emulating the browser's normal list formatting more precisely.