mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Fix #2612: Single list item hides markers
This commit is contained in:
parent
fa13155fa6
commit
b7d2b0a0cf
@ -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
Loading…
x
Reference in New Issue
Block a user