diff --git a/files/static/dist/main.css b/files/static/dist/main.css index a1aa2ede3d..9fa9cab225 100644 --- a/files/static/dist/main.css +++ b/files/static/dist/main.css @@ -669,6 +669,12 @@ video { } ul { margin-bottom: 0.75rem; +} + .comment-text ul, .post-body ul { + list-style-type: disc; +} + .comment-text ol, .post-body ol { + list-style-type: decimal; } strong { font-weight: 700; diff --git a/files/static/src/main.css b/files/static/src/main.css index 2a88ed0389..51a5b2eb40 100644 --- a/files/static/src/main.css +++ b/files/static/src/main.css @@ -179,10 +179,10 @@ @apply mb-3 } .comment-text ul, .post-body ul { - @apply list-disc + @apply list-disc pl-4 } .comment-text ol, .post-body ol { - @apply list-decimal + @apply list-decimal pl-4 } strong { @apply font-bold