mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-08 22:30:05 +02:00
fix: improve fix-lists mixin
This commit is contained in:
@@ -61,8 +61,23 @@
|
||||
}
|
||||
}
|
||||
|
||||
> ul, > ol {
|
||||
margin-bottom: 10px;
|
||||
ol,
|
||||
ul {
|
||||
padding-left: 2rem;
|
||||
}
|
||||
|
||||
ol,
|
||||
ul,
|
||||
dl {
|
||||
margin-top: 0;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
ol ol,
|
||||
ul ul,
|
||||
ol ul,
|
||||
ul ol {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user