Add zero width space to allow wrapping around list markers

This commit is contained in:
Magnus Hoff 2017-10-24 20:44:25 +02:00
parent 0023b5356f
commit 5273402d4d

View file

@ -199,7 +199,7 @@ ul.dense>li {
}
ul.dense>li::after {
content: "\00B7";
content: "\200B\00B7\200B";
margin: 0 12px;
}