From 6def3eecdaa4887a96ab0dc7b30d874544101ec8 Mon Sep 17 00:00:00 2001 From: justin0u0 <38185674+justin0u0@users.noreply.github.com> Date: Fri, 15 Aug 2025 16:03:23 +0800 Subject: [PATCH] fix(ui): markdown unordered list does not show correctly (#3857) --- ui/src/styles/app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/styles/app.scss b/ui/src/styles/app.scss index a97439aef..4c782bbae 100644 --- a/ui/src/styles/app.scss +++ b/ui/src/styles/app.scss @@ -56,7 +56,7 @@ div:focus { } ul { - list-style: none; + list-style: circle; margin: 0; padding: 0; }