Fix #2612: Single list item hides markers

This commit is contained in:
buddh4 2017-06-07 17:40:52 +02:00
parent fa13155fa6
commit b7d2b0a0cf
2 changed files with 5 additions and 1 deletions

View File

@ -194,6 +194,10 @@
ul, ol {
margin-top: 0;
margin-bottom: 10.5px;
li p {
// otherwise single list items p hides the marker
overflow:visible !important;
}
}
.footnote {

File diff suppressed because one or more lines are too long