From 912cdceb58eef0e1356e0e5d5f331adc68fe4522 Mon Sep 17 00:00:00 2001 From: justin0u0 Date: Thu, 14 Aug 2025 23:50:23 +0800 Subject: [PATCH] fix(ui): markdown unordered list does not show correctly --- 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 a97439aefcc..4c782bbae06 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; }