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:
parent
a5a3651cf3
commit
8101b630f2
|
@ -49,7 +49,6 @@ hr {
|
|||
// --------------------------------------------------
|
||||
|
||||
ul,
|
||||
ol,
|
||||
dd {
|
||||
margin: 0 0 9px 25px;
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in New Issue