fix(css): increase ol padding to accommodate two-digit list items

This commit is contained in:
Stefan Rotsch
2024-06-27 16:03:06 +02:00
committed by Mathias Schopmans
parent cca35eaab8
commit a443aef0f4

View File

@@ -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;