fix(css): increase ol padding to accommodate two-digit list items
This commit is contained in:
committed by
Mathias Schopmans
parent
cca35eaab8
commit
a443aef0f4
@@ -92,6 +92,10 @@ ol {
|
|||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ol {
|
||||||
|
padding-left: 26px;
|
||||||
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
|||||||
Reference in New Issue
Block a user