Fix ol margin/padding so it displays ordered lists without cutting them off.

https://meta.discourse.org/t/numbers-cut-off-in-long-list/59856
This commit is contained in:
cpradio 2017-07-20 11:03:04 -04:00
parent a5a3651cf3
commit 8101b630f2
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ hr {
// -------------------------------------------------- // --------------------------------------------------
ul, ul,
ol,
dd { dd {
margin: 0 0 9px 25px; margin: 0 0 9px 25px;
padding: 0; padding: 0;