mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:15:00 +00:00
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,
|
ul,
|
||||||
ol,
|
|
||||||
dd {
|
dd {
|
||||||
margin: 0 0 9px 25px;
|
margin: 0 0 9px 25px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user