diff --git a/src/static/css/iframe_editor.css b/src/static/css/iframe_editor.css index b708e2f4d..b7ece1e66 100644 --- a/src/static/css/iframe_editor.css +++ b/src/static/css/iframe_editor.css @@ -210,8 +210,9 @@ ol { list-style-type: decimal; } +/* Fixes #2223 and #1836 */ ol > li { - display:inline; + display:block; } /* Set the indentation */