Ensure help lists render as lists
This commit is contained in:
@@ -251,6 +251,11 @@ h4,
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
.prose li {
|
||||
display: list-item;
|
||||
margin: 0.35em 0;
|
||||
}
|
||||
|
||||
.prose blockquote {
|
||||
border-left: 4px solid rgba(236, 72, 153, 0.4);
|
||||
color: rgb(75 85 99);
|
||||
|
||||
Reference in New Issue
Block a user