Closed TheophileBarbin closed 10 years ago
When a list item is empty, it is currently not displayed as a real line: the :before is here, but the list item has no line height, so it is superposed on the next line.
:before
Try:
li:empty { height: 1em; }
or something like it.
When a list item is empty, it is currently not displayed as a real line: the
:before
is here, but the list item has no line height, so it is superposed on the next line.Try:
or something like it.