From aeef947b60fafbd509d7c1c6905cf13fc1135985 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 20 Dec 2021 15:51:28 -0600 Subject: [PATCH] fix --- files/static/dist/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/static/dist/main.css b/files/static/dist/main.css index 8b7d25c207..98ee7bc1b2 100644 --- a/files/static/dist/main.css +++ b/files/static/dist/main.css @@ -674,11 +674,11 @@ video { ul { margin-bottom: 0.75rem; } - .comment-text ul, .post-body ul { + .comment-text > ul, .post-body > ul { list-style-type: disc; padding-left: 1rem; } - .comment-text ol, .post-body ol { + .comment-text > ol, .post-body > ol { list-style-type: decimal; padding-left: 1rem; }